.pre-commit-config.yaml (284B)
1 repos: 2 - repo: https://github.com/pre-commit/pre-commit-hooks 3 rev: v4.4.0 4 hooks: 5 - id: check-yaml 6 - id: end-of-file-fixer 7 types: [python] 8 - id: trailing-whitespace 9 10 - repo: https://github.com/psf/black 11 rev: 23.1.0 12 hooks: 13 - id: black