Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-03 | Use same Python executable for subprocesses as for all-lint.py | Kristaps Kaupe | |
2022-06-07 | test: clean up all-lint.py | Martin Leitner-Ankerl | |
Removed th check against __file__ which is not necessary any more after the rename to all-lint.py. Changed glob to find only `lint-*.py` scripts. | |||
2022-06-07 | test: rename lint-all.py to all-lint.py | Martin Leitner-Ankerl | |
That way it is impossible for the script to call itself. |