We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d49909d + 9ebfef3 commit 36f6f92Copy full SHA for 36f6f92
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
rev: ""
9
hooks:
10
- id: flake8
11
- additional_dependencies: [flake8-docstrings]
+ additional_dependencies: [flake8-docstrings, flake8-isort]
12
- repo: local
13
14
- id: test
setup.py
@@ -35,6 +35,7 @@
35
"pre-commit",
36
"black",
37
"flake8",
38
+ "flake8-docstrings",
39
"flake8-black",
40
"flake8-isort",
41
"gitchangelog",
0 commit comments