.pre-commit-config.yaml 137 B

123456
  1. repos:
  2. - repo: https://github.com/pycqa/flake8
  3. rev: 6.1.0
  4. hooks:
  5. - id: flake8
  6. files: '(src|scripts|conftest.py)'