Skip to content

Commit

Permalink
Declare minimum flake8 as v5.
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
jaraco committed Jul 21, 2024
1 parent 4f51b3a commit 4c4e128
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Features
v1.1.3
------

- Fixed compatibility with flake8 v5. Now requires flake8 v5 or later.
- More cleanup in the README.

v1.1.2
Expand Down
1 change: 1 addition & 0 deletions newsfragments/1.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Declare minimum flake8 as v5.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"flake8 >= 4.0",
"flake8 >= 5",
"pytest >= 7.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit 4c4e128

Please sign in to comment.