diff options
author | 2019-07-10 18:09:57 -0400 | |
---|---|---|
committer | 2019-07-10 18:09:57 -0400 | |
commit | f853aa4f6b044100f75d49ef1d0ce704ca1343d3 (patch) | |
tree | f092a78a2bba929b5b81f00d8ec8ad406e64afb5 /.pre-commit-config.yaml | |
parent | Removing all the snake-related stuff. The snakes cog is now handled by Season... (diff) |
Pin pydocstyle<4.0 in pre-commit config to unbreak flake8-docstrings
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28a51465..7165614b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ repos: hooks: - id: flake8 additional_dependencies: [ + "pydocstyle<4.0", "flake8-bandit", "flake8-bugbear", "flake8-docstrings", |