Skip to content

Commit 309971c

Browse files
committed
Use black
1 parent efa720a commit 309971c

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

pylava.ini

-5
This file was deleted.

tox.ini

+2-11
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,9 @@ extras =
88
commands=
99
py.test --cov=xmlrpcproto
1010

11-
[testenv:checkdoc]
12-
skip_install=true
13-
deps =
14-
collective.checkdocs
15-
pygments
16-
17-
commands =
18-
python setup.py checkdocs
19-
2011
[testenv:lint]
2112
deps =
22-
pylava
13+
black
2314

2415
commands=
25-
pylava -o pylava.ini .
16+
black --check .

0 commit comments

Comments
 (0)