Skip to content

Commit

Permalink
Cleanup: Remote redundant pre-commit from tox (#254)
Browse files Browse the repository at this point in the history
It's already run by `pre-commit.ci`
  • Loading branch information
ajhynes7 committed Feb 27, 2021
1 parent 7a91440 commit 6fba81c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion requirements/pre-commit.txt

This file was deleted.

12 changes: 3 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,9 @@

[gh-actions]
python =
3.7: pre-commit, types, readme, doctests, unit, property, docs
3.8: pre-commit, types, readme, doctests, unit, property, docs
3.9: pre-commit, types, readme, doctests, unit, property, docs

[testenv:pre-commit]
deps =
-r requirements/pre-commit.txt
commands =
pre-commit run --all-files
3.7: types, readme, doctests, unit, property, docs
3.8: types, readme, doctests, unit, property, docs
3.9: types, readme, doctests, unit, property, docs

[testenv:types]
deps =
Expand Down

0 comments on commit 6fba81c

Please sign in to comment.