# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - repo: https://github.com/psf/black rev: 22.3.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8/ rev: 4.0.1 hooks: - id: flake8 additional_dependencies: [ "flake8-blind-except==0.2.0", "flake8-mutable==1.2.0", "pep8-naming==0.11.1", ]