Skip to content

Commit

Permalink
Upgrade to flake8 5.0.4 (from 3.9.2) (#961)
Browse files Browse the repository at this point in the history
This moves the project to a more modern version of flake8 (and its
dependencies). No new lint issues were identified by this upgrade.
  • Loading branch information
jparise committed Oct 11, 2022
1 parent 40b16ea commit 0e73fec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Expand Up @@ -29,11 +29,7 @@

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

Expand Down

0 comments on commit 0e73fec

Please sign in to comment.