Skip to content

Commit bcfd1dc

Browse files
authored
Merge pull request #1747 from jazzband/pre-commit-ci-update-config
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) Co-authored-by: Albert Tugushev <albert@tugushev.ru>
2 parents a524d98 + 19b1de8 commit bcfd1dc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
- id: pyupgrade
1515
args: [--py37-plus]
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 5.0.4
17+
rev: 6.0.0
1818
hooks:
1919
- id: flake8
2020
additional_dependencies:

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ markers =
7373

7474
[flake8]
7575
max-line-length = 100
76-
extend-ignore = E203 # E203 conflicts with PEP8; see https://github.com/psf/black#slices
76+
# E203 conflicts with PEP8; see https://github.com/psf/black#slices
77+
extend-ignore = E203
7778

7879
# flake8-pytest-style
7980
# PT001:

0 commit comments

Comments
 (0)