Skip to content

Commit

Permalink
Merge pull request #156 from andthum/dependabot/pip/flake8-gte-6.0-an…
Browse files Browse the repository at this point in the history
…d-lt-8.0

Update flake8 requirement from <7.0,>=6.0 to >=6.0,<8.0
  • Loading branch information
andthum authored Jan 8, 2024
2 parents 38f41e5 + 7352cb9 commit c257572
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ extend-select =
W504,
# List of glob patterns to include for checks.
filename = *.py
# Files that are checked by PyFlakes for doctest syntax.
include-in-doctest = *.py, *.rst
# Number of spaces used for indentation.
indent-size = 4
# Maximum allowed McCabe complexity
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ repos:
- "--color"

- repo: "https://github.com/PyCQA/flake8"
rev: "6.1.0"
rev: "7.0.0"
hooks:
# Lint Python code with Flake8.
- id: "flake8"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

bandit[toml] >=1.0, <2.0
black >=23.0, <24.0
flake8 >=6.0, <7.0
flake8 >=7.0, <8.0
flake8-bandit >=4.0, <5.0
flake8-bugbear >=23.0, <24.0
flake8-builtins >=2.0, <3.0
Expand Down

0 comments on commit c257572

Please sign in to comment.