Skip to content

Commit

Permalink
Merge pull request #1747 from jazzband/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
* [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>
  • Loading branch information
atugushev committed Nov 28, 2022
2 parents a524d98 + 19b1de8 commit bcfd1dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -14,7 +14,7 @@ repos:
- id: pyupgrade
args: [--py37-plus]
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies:
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Expand Up @@ -73,7 +73,8 @@ markers =

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

# flake8-pytest-style
# PT001:
Expand Down

0 comments on commit bcfd1dc

Please sign in to comment.