Skip to content

Commit 43e80fc

Browse files
committed
Bump pyflakes to 2.2.0
This release includes PyCQA/pyflakes#455
1 parent 65bee43 commit 43e80fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ deps =
126126
pep8-naming==0.11.1
127127
pycodestyle==2.6.0
128128
pydocstyle==5.1.1
129-
# pin pyflakes pending a release with https://github.com/PyCQA/pyflakes/pull/455
130-
git+git://github.com/PyCQA/pyflakes@ffe9386#egg=pyflakes
129+
pyflakes==2.2.0
131130

132131
commands =
133132
flake8 {posargs:setup.py src/{env:PY_MODULE}}

0 commit comments

Comments
 (0)