Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1a7b1a

Browse files
authoredJul 7, 2023
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.