We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c483b1 commit c506e44Copy full SHA for c506e44
requirements-dev.txt
@@ -2,7 +2,10 @@
2
selenium
3
requests
4
responses
5
-tox
+# pycharm issue with v4 +
6
+tox==3.27.1
7
mock
8
pillow
9
psutil
10
+flake8
11
+isort
tox.ini
@@ -1,10 +1,9 @@
1
[tox]
envlist =
- py36
- py37
py38
py39
py310
+ py311
checkqa
[testenv]
@@ -48,3 +47,6 @@ commands =
48
47
49
[flake8]
50
max-line-length = 120
+per-file-ignores =
51
+ __init__.py:F401
52
+ browsers.py:F401
0 commit comments