Skip to content

Commit

Permalink
Add tox.ini to lint the code
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed May 26, 2023
1 parent 2de1b09 commit 8f8aa6b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[tox]
isolated_build = true
envlist = lint

[testenv:lint]
skipdist = True
skip_install = True
deps =
ruff
black
commands =
black --quiet --check --diff pyinfra_acmetool
ruff pyinfra_acmetool

0 comments on commit 8f8aa6b

Please sign in to comment.