We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642e90b commit f75abfbCopy full SHA for f75abfb
Makefile
@@ -11,7 +11,7 @@ lint:
11
pip-missing-reqs src/
12
pydocstyle
13
pylint *.py src tests ci
14
- pyroma .
+ pyroma --min 10 .
15
vulture . --min-confidence 100
16
yapf --diff --recursive src/ tests/ ci/
17
0 commit comments