Skip to content

Commit fba640d

Browse files
authored
upgrade flake8 to silence file_tokens warning (#751)
1 parent 98d4fa3 commit fba640d

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
@@ -3,7 +3,7 @@ skip_missing_interpreters = True
33
envlist = py,pypy3
44

55
[testenv]
6-
deps = flake8==4.0.1
6+
deps = flake8==6.0.0
77
setenv = PYFLAKES_ERROR_UNKNOWN=1
88
commands =
99
python --version --version

0 commit comments

Comments
 (0)