diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee1cf39..e632111 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,14 +29,6 @@ repos: - id: python-no-log-warn - id: python-no-eval - #: setup-cfg-fmt - format python setup.cfg - - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.9.0 - hooks: - - id: setup-cfg-fmt - #: C/C++-Extensions make problems with py38 on win - here: "editdistance" - language_version: python3.7 - #: pyupgrade - upgrade old python syntax to new - repo: https://github.com/asottile/pyupgrade rev: v2.4.1 diff --git a/tox.ini b/tox.ini index 5540551..87bc13a 100644 --- a/tox.ini +++ b/tox.ini @@ -108,8 +108,8 @@ commands = [travis] python = 3.6: py36 - 3.7: py37, pre-commit - 3.8: py38, bandit, package + 3.7: py37 + 3.8: py38, bandit, package, pre-commit # -- PYTEST CONFIG ---------------------------------------------------------------------