We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c683ba commit f5c853aCopy full SHA for f5c853a
pflake8/__init__.py
@@ -1,6 +1,6 @@
1
""" pyproject-flake8 (`pflake8`), a monkey patching wrapper to connect flake8 with pyproject.toml configuration """ # noqa
2
3
-__version__ = '5.0.4'
+__version__ = '5.0.4a1'
4
5
import ast
6
import configparser
pyproject.toml
@@ -11,7 +11,7 @@ license = { file = "LICENSE" }
11
classifiers = []
12
dependencies = [
13
"tomli; python_version < '3.11'",
14
- "flake8 == 5.0.4"
+ "flake8 >= 5.0.4"
15
]
16
17
[project.urls]
0 commit comments