Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1386650

Browse files
committed
Downgrade flake8 to v5 to support Python 3.7
1 parent 6eaa715 commit 1386650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lint = "pre-commit run --all-files"
4949
"lint:install" = [
5050
{ cmd = "pipx install pre-commit" },
5151
{ cmd = "pipx install black" },
52-
{ cmd = "pipx install flake8" },
52+
{ cmd = "pipx install flake8~=5.0" },
5353
{ cmd = "pipx install isort" },
5454
{ cmd = "pipx install pyupgrade" },
5555
{ cmd = "pipx install mypy" },

0 commit comments

Comments
 (0)