summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2021-09-14 22:26:51 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2021-09-26 19:59:19 +0200
commitb667dfdf6886013fa686c56a346742674bede764 (patch)
tree9acf7980a3090620d3a27e0775e8861e790724e4 /tox.ini
parentd72c84d9fe168b81bccec5e9a5b21b8123ef084c (diff)
downloadsetuptools-scm-b667dfdf6886013fa686c56a346742674bede764.tar.gz
[tox] drop flake8 env for pre-commit
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 0 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index a44b4bf..10e48db 100644
--- a/tox.ini
+++ b/tox.ini
@@ -40,14 +40,6 @@ commands=
extras =
toml
-[testenv:flake8]
-skip_install=True
-deps=
- flake8
- mccabe
-commands =
- flake8 src/setuptools_scm/ testing/ setup.py
-
[testenv:check_readme]
skip_install=True
setenv = SETUPTOOLS_SCM_PRETEND_VERSION=2.0