We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ef431 commit 27d56baCopy full SHA for 27d56ba
.flake8
@@ -1,7 +1,7 @@
1
[flake8]
2
max-line-length = 88
3
# max-complexity should be 10
4
-max-complexity = 17
+max-complexity = 19
5
extend-ignore =
6
# Formatting style for `black`
7
# E203 is whitespace before ':'
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: black
21
22
- repo: https://github.com/PyCQA/isort
23
- rev: v5.11.3
+ rev: 5.11.4
24
hooks:
25
- id: isort
26
args:
0 commit comments