Skip to content

Commit b005ae8

Browse files
ckoehnrafiss
authored andcommitted
Update flake8 to 3.9.2
This was necessary to mitigate an exception on Python 3.9: AttributeError: 'FlakesChecker' object has no attribute 'CONSTANT'
1 parent 4371b2b commit b005ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ install_command=python -m pip install {env:TOX_PIP_OPTS:} {opts} {packages} -r t
1515
[testenv:lint]
1616
skip_install = True
1717
deps =
18-
flake8==3.6.0
18+
flake8==3.9.2
1919
commands =
2020
flake8 sqlalchemy_cockroachdb test

0 commit comments

Comments
 (0)