You've already forked gnatcoll-db
mirror of
https://github.com/AdaCore/gnatcoll-db.git
synced 2026-02-12 12:59:31 -08:00
This commit introduces a pre-commit config, which checks all Python files via black (a code foramtter) and flake8 (a style checker). This commit also updates all python files after reformatting by black (obtained by running "pre-commit run --all"). One thing this commit does not do, however, is make any manual change. In particular, this commit does not address the errors reported by flake8.