precommit: Add input file formatter

This commit is contained in:
Ole Schütt 2023-12-18 20:52:09 +01:00 committed by Ole Schütt
parent 152324274f
commit fafc0043f0
3 changed files with 190 additions and 0 deletions

View file

@ -39,6 +39,7 @@ run_test mypy --strict ./tools/regtesting/optimize_test_dirs.py
run_test mypy --strict ./tools/precommit/precommit.py
run_test mypy --strict ./tools/precommit/check_file_properties.py
run_test mypy --strict ./tools/precommit/format_makefile.py
run_test mypy --strict ./tools/precommit/format_input_file.py
run_test mypy --strict ./tools/docker/generate_dockerfiles.py
run_test mypy --strict ./tools/conventions/analyze_gfortran_ast.py
run_test mypy --strict ./tests/do_regtest.py