aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-07-10 18:09:57 -0400
committerGravatar sco1 <[email protected]>2019-07-10 18:09:57 -0400
commitf853aa4f6b044100f75d49ef1d0ce704ca1343d3 (patch)
treef092a78a2bba929b5b81f00d8ec8ad406e64afb5
parentRemoving 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
-rw-r--r--.pre-commit-config.yaml1
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",