We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 922ad6e commit 16b9dd4Copy full SHA for 16b9dd4
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__ = '6.1.0a1'
+__version__ = '6.1.0'
4
5
import ast
6
import configparser
pyproject.toml
@@ -12,7 +12,7 @@ classifiers = []
12
requires-python = ">=3.8.1"
13
dependencies = [
14
"tomli; python_version < '3.11'",
15
- "flake8 >= 6.1.0"
+ "flake8 == 6.1.0"
16
]
17
18
[project.urls]
0 commit comments