Skip to content

Commit 9708797

Browse files
authored
Merge branch 'master' into unittest
2 parents def1e1a + 3fabc34 commit 9708797

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.flake8

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[flake8]
22
min_python_version = 3.8
3+
4+
# Incompatible with black see https://github.com/ambv/black/issues/315
35
ignore =
4-
E203, W503, # Incompatible with black see https://github.com/ambv/black/issues/315
6+
E203, W503
57

68
max-line-length=120
79
max-complexity=39

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ mypy==0.991
44
pre-commit==2.20.0
55
codespell==2.2.2
66
bandit==1.7.4
7-
flake8==5.0.4
7+
flake8==6.0.0

0 commit comments

Comments
 (0)