Skip to content

Commit

Permalink
Change flake8 dependency version. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Wieczorek authored and csachs committed Aug 8, 2022
1 parent 71a4431 commit 4a80411
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__ = '0.0.1a4'
__version__ = '0.0.1a5'

import configparser
from pathlib import Path
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = { file = "LICENSE" }
classifiers = []
dependencies = [
"tomli; python_version < '3.11'",
"flake8"
"flake8 < 5.0.0"
]

[project.urls]
Expand Down

0 comments on commit 4a80411

Please sign in to comment.