summaryrefslogtreecommitdiff
path: root/tools/dircondenser.py
Commit message (Expand)AuthorAgeFilesLines
* fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger2021-06-291-2/+2
* mass rewrite of string formatting to use f-strings everywhereEli Schwartz2021-03-041-1/+1
* various python neatness cleanupsEli Schwartz2021-03-041-1/+1
* typing: fully annotate toolsDaniel Mensinger2020-09-081-2/+2
* Update dircondenser.py tool to update paths in test.json as wellJon Turney2020-04-301-0/+4
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-3/+3
* CI: add initial type annotation checkingMichael Hirsch, Ph.D2019-11-071-9/+12
* Fix flake8 whitespace reportsJon Turney2018-09-131-1/+1
* Add script to condense test directory names.Jussi Pakkanen2018-07-311-0/+82