Skip to content

Commit

Permalink
ci: remove unused pre-commit env from tox.ini (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiQube authored and josephine-funken committed Sep 25, 2023
1 parent 9abc0c3 commit 7730fe4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ envlist =
flake8
docs
mypy
pre-commit
coverage


Expand Down Expand Up @@ -77,11 +76,6 @@ commands =
--disable=missing-class-docstring,missing-function-docstring,protected-access {toxinidir}/tests


[testenv:pre-commit]
deps = pre-commit
commands = pre-commit run --all-files --show-diff-on-failure


[testenv:mypy]
changedir = {toxinidir}
deps =
Expand Down

0 comments on commit 7730fe4

Please sign in to comment.