Skip to content

Commit a1a7b1a

Browse files
authored
Scale flake8 back to 5.0 (#1048)
Looks like later versions dropped Python 3.7 support
1 parent fdf559f commit a1a7b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ github = "https://github.com/MagicStack/asyncpg"
3636

3737
[project.optional-dependencies]
3838
test = [
39-
'flake8~=6.0.0',
39+
'flake8~=5.0',
4040
'uvloop>=0.15.3; platform_system != "Windows"',
4141
]
4242
docs = [

0 commit comments

Comments
 (0)