Skip to content

Commit 36f6f92

Browse files
authored
Merge pull request #22 from steve148/fix/flake8-consistent-checks
Fix/flake8 consistent checks
2 parents d49909d + 9ebfef3 commit 36f6f92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
rev: ""
99
hooks:
1010
- id: flake8
11-
additional_dependencies: [flake8-docstrings]
11+
additional_dependencies: [flake8-docstrings, flake8-isort]
1212
- repo: local
1313
hooks:
1414
- id: test

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"pre-commit",
3636
"black",
3737
"flake8",
38+
"flake8-docstrings",
3839
"flake8-black",
3940
"flake8-isort",
4041
"gitchangelog",

0 commit comments

Comments
 (0)