Skip to content

Commit

Permalink
tox: Use pre-commit for 'pep8' target
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Finucane <stephen@that.guru>
  • Loading branch information
stephenfin committed Jan 17, 2024
1 parent fd98e1e commit 48a3fa9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tox.ini
Expand Up @@ -11,11 +11,9 @@ commands =
[testenv:pep8]
skip_install = true
deps =
flake8
black
pre-commit
commands =
black --check --quiet git_pw tests
flake8 {posargs:git_pw tests docs}
pre-commit run --all-files --show-diff-on-failure

[testenv:mypy]
deps=
Expand Down

0 comments on commit 48a3fa9

Please sign in to comment.