Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1928)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël van Noord <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and DanielNoord authored Dec 27, 2022
1 parent 406dfbc commit d48be97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repos:
args: [--safe, --quiet]
exclude: tests/testdata
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
Expand Down
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ license_files =
CONTRIBUTORS.txt

[flake8]
extend-ignore =
F401, # Unused imports
E203, # Incompatible with black see https://github.com/psf/black/issues/315
W503, # Incompatible with black
B901 # Combine yield and return statements in one function
# F401; Unused imports
# E203; Incompatible with black see https://github.com/psf/black/issues/315
# W503; Incompatible with black
# B901; Combine yield and return statements in one function
extend-ignore = F401, E203, W503, B901
max-line-length = 110
select = B,C,E,F,W,T4,B9
# Required for flake8-typing-imports (v1.12.0)
Expand Down

0 comments on commit d48be97

Please sign in to comment.