Skip to content

Commit

Permalink
Drop lint environment from GitHub actions in favor of pre-commit.ci (#…
Browse files Browse the repository at this point in the history
…571)

The lint stage of CI is already handled by pre-commit.ci. With it, the
extra run in GitHub action is redundant and only consumes time and
resources unnecessarily.

pre-commit.ci is also faster to respond with results.
  • Loading branch information
jdufresne committed Dec 21, 2020
1 parent 811ae79 commit 5ddab7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ filterwarnings =
python =
3.6: py36
3.7: py37, docs
3.8: py38, lint, typing
3.8: py38, typing
3.9: py39


Expand Down

0 comments on commit 5ddab7c

Please sign in to comment.