diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0e8a58ece0..fa65238f9a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,3 +9,8 @@ repos: - id: check-yaml - id: check-added-large-files - id: mixed-line-ending +- repo: https://github.com/pycqa/flake8 + rev: '4.0.1' + hooks: + - id: flake8 + additional_dependencies: [flake8-docstrings]