summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-05-30 17:10:58 -0400
committerGitHub <noreply@github.com>2022-05-30 17:10:58 -0400
commitbecbab65bae84e3e19fc388a42dfabcff0c323c8 (patch)
treee0dcd7f13a8bbe2d45a0043df2c3be466f86a7fb /tox.ini
parentf736615f32a4bab27c9efeb5b8f8c31702efc4ab (diff)
downloadpyflakes-becbab65bae84e3e19fc388a42dfabcff0c323c8.tar.gz
upgrade flake8 to 4.0.1 (#706)
I removed the erroring type annotations since we are not (yet) using a type checker
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 65e8361..9e9a9e9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ envlist =
py36,py37,py38,py39,py310,pypy3
[testenv]
-deps = flake8==3.6.0
+deps = flake8==4.0.1
setenv = PYFLAKES_ERROR_UNKNOWN=1
commands =
python --version --version