summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPeter Kolbus <peter.kolbus@gmail.com>2021-03-07 13:38:00 -0600
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-07 20:55:52 +0100
commit52fd4d0e704d1380ebbe2b2895b6abea8f53a430 (patch)
treea1fdc76799e7d26a6ff8f61879d6b2483084dad3 /tox.ini
parente86d859b792769b422f96fd625efebd8f60118e4 (diff)
downloadpylint-git-52fd4d0e704d1380ebbe2b2895b6abea8f53a430.tar.gz
tox: run formatting by default
Change tox to run formatting instead of pylint by default, to get flake8, mypy, and other checks. Formatting runs first because some of the pre-commit hooks may modify files.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 52cead59c..978085451 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 2.4
-envlist = py36, py37, py38, py39, pypy, pylint, benchmark
+envlist = formatting, py36, py37, py38, py39, pypy, benchmark
skip_missing_interpreters = true