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.
1 parent 803b0f2 commit 3e8bae3Copy full SHA for 3e8bae3
contrib/yapf-recursive-diff renamed to tests/integration/yapf-recursive-diff
tox.ini
@@ -15,9 +15,15 @@ commands = python setup.py check -m -r -s
15
16
[testenv:lint]
17
commands =
18
- {toxinidir}/contrib/yapf-recursive-diff --exclude 'tests/regression/headerdb/*' compdb tests setup.py
19
- flake8 --exclude=tests/regression/headerdb compdb tests setup.py
+ {toxinidir}/tests/integration/yapf-recursive-diff \
+ --exclude 'tests/integration/*' \
20
+ --exclude 'tests/regression/headerdb/*' \
21
+ compdb tests setup.py
22
+ flake8 compdb tests setup.py
23
24
[flake8]
-exclude = .tox,*.egg
-select = E,W,F,N
25
+exclude =
26
+ *.egg,
27
+ .tox,
28
+ tests/integration,
29
+ tests/regression/headerdb
0 commit comments