Skip to content

Commit

Permalink
Merge pull request #33 from davidwaroquiers/support_flake8_700
Browse files Browse the repository at this point in the history
Version 7.0.0a1
  • Loading branch information
csachs committed Apr 9, 2024
2 parents 992fb28 + 0596fc9 commit 609f760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pflake8/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" pyproject-flake8 (`pflake8`), a monkey patching wrapper to connect flake8 with pyproject.toml configuration """ # noqa

__version__ = '6.1.0'
__version__ = '7.0.0a1'

import ast
import configparser
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = []
requires-python = ">=3.8.1"
dependencies = [
"tomli; python_version < '3.11'",
"flake8 == 6.1.0"
"flake8 >= 7.0.0"
]

[project.urls]
Expand Down

0 comments on commit 609f760

Please sign in to comment.