Skip to content

Commit 0e73fec

Browse files
authored
Upgrade to flake8 5.0.4 (from 3.9.2) (#961)
This moves the project to a more modern version of flake8 (and its dependencies). No new lint issues were identified by this upgrade.
1 parent 40b16ea commit 0e73fec

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@
2929

3030
# Minimal dependencies required to test asyncpg.
3131
TEST_DEPENDENCIES = [
32-
# pycodestyle is a dependency of flake8, but it must be frozen because
33-
# their combination breaks too often
34-
# (example breakage: https://gitlab.com/pycqa/flake8/issues/427)
35-
'pycodestyle~=2.7.0',
36-
'flake8~=3.9.2',
32+
'flake8~=5.0.4',
3733
'uvloop>=0.15.3; platform_system != "Windows" and python_version >= "3.7"',
3834
]
3935

0 commit comments

Comments
 (0)