Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to flake8 5.0.4 (from 3.9.2) #961

Merged
merged 1 commit into from Oct 11, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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