Skip to content

Commit 3fabc34

Browse files
chore(deps-dev): Bump flake8 from 5.0.4 to 6.0.0 (#1797)
* chore(deps-dev): Bump flake8 from 5.0.4 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](PyCQA/flake8@5.0.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Fix flake8 config Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: BobDotCom <[email protected]>
1 parent aa6c405 commit 3fabc34

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
@@ -8,4 +8,4 @@ coverage~=6.5
88
pre-commit==2.20.0
99
codespell==2.2.2
1010
bandit==1.7.4
11-
flake8==5.0.4
11+
flake8==6.0.0

0 commit comments

Comments
 (0)