Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0e73fec

Browse filesBrowse 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
Copy full SHA for 0e73fec

File tree

Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Open diff view settings
Collapse file

‎setup.py‎

Copy file name to clipboardExpand all lines: setup.py
+1-5Lines changed: 1 addition & 5 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.