Skip to content

Commit

Permalink
Fix tox -e lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Jun 25, 2024
1 parent dac5841 commit d450510
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ commands = pytest -n0 --benchmark-autosave tests/microbenchmarks.py

[testenv:lint]
base_python = py3{[tox]_default_py_minor_ver}
deps = pre-commit
deps =
skip_install = true
allowlist_externals = pre-commit
commands = pre-commit run --all-files --verbose --show-diff-on-failure

[testenv:docs]
Expand Down

0 comments on commit d450510

Please # to comment.