repos: - repo: https://github.com/psf/black rev: 20.8b1 hooks: - id: black name: torinator-server-black language_version: python3.9 files: '^src/torinator/|^setup.py|^tests/torinator/' - repo: https://gitlab.com/pycqa/flake8 rev: 3.9.0 hooks: - id: flake8 name: torinator-server-flake8 files: '^src/torinator/|^setup.py|^tests/torinator/'