We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tox
1 parent ec8300b commit 70ee97aCopy full SHA for 70ee97a
1 file changed
tox.ini
@@ -17,24 +17,22 @@ deps =
17
!scandir: .
18
19
[testenv:mypy]
20
-basepython = python3.9
21
commands = mypy --config-file {toxinidir}/setup.cfg {toxinidir}/fs
22
deps =
23
.
24
mypy==0.800
25
26
[testenv:flake8]
27
-python = python3.9
28
commands = flake8 {toxinidir}/fs {toxinidir}/tests
29
30
- flake8
31
- flake8-bugbear
32
- flake8-builtins
33
- flake8-comprehensions
34
- flake8-mutable
+ flake8==3.7.9
+ #flake8-builtins==1.5.3
+ flake8-bugbear==19.8.0
+ flake8-comprehensions==3.1.4
+ flake8-mutable==1.2.0
+ flake8-tuple==0.4.0
35
36
[testenv:black]
37
38
commands = black --check {toxinidir}/fs
39
40
black==20.8b1
0 commit comments