Skip to content

Commit

Permalink
add tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1zix committed Aug 23, 2023
1 parent cd8a410 commit c262ee5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tox]
envlist = pre-commit

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

0 comments on commit c262ee5

Please sign in to comment.