Skip to content

Commit c257572

Browse files
authored
Merge pull request #156 from andthum/dependabot/pip/flake8-gte-6.0-and-lt-8.0
Update flake8 requirement from <7.0,>=6.0 to >=6.0,<8.0
2 parents 38f41e5 + 7352cb9 commit c257572

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.flake8

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ extend-select =
8080
W504,
8181
# List of glob patterns to include for checks.
8282
filename = *.py
83-
# Files that are checked by PyFlakes for doctest syntax.
84-
include-in-doctest = *.py, *.rst
8583
# Number of spaces used for indentation.
8684
indent-size = 4
8785
# Maximum allowed McCabe complexity

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ repos:
174174
- "--color"
175175

176176
- repo: "https://github.com/PyCQA/flake8"
177-
rev: "6.1.0"
177+
rev: "7.0.0"
178178
hooks:
179179
# Lint Python code with Flake8.
180180
- id: "flake8"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
bandit[toml] >=1.0, <2.0
99
black >=23.0, <24.0
10-
flake8 >=6.0, <7.0
10+
flake8 >=7.0, <8.0
1111
flake8-bandit >=4.0, <5.0
1212
flake8-bugbear >=23.0, <24.0
1313
flake8-builtins >=2.0, <3.0

0 commit comments

Comments
 (0)