Skip to content

Commit

Permalink
Disable linting for docs (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp authored Oct 8, 2024
1 parent 6a4a868 commit 614049a
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 @@ -43,7 +43,7 @@ commands =
poetry run codespell {tox_root} --skip {tox_root}/.git --skip {tox_root}/.tox \
--skip {tox_root}/build --skip {tox_root}/lib --skip {tox_root}/venv \
--skip {tox_root}/.mypy_cache --skip {tox_root}/LICENSE --skip {tox_root}/poetry.lock \
--skip {[vars]test_charm_libs}
--skip {[vars]test_charm_libs} --skip {tox_root}/docs
poetry run codespell {[vars]lib_path}
# pflake8 wrapper supports config from pyproject.toml
poetry run ruff check {[vars]all_path}
Expand Down

0 comments on commit 614049a

Please sign in to comment.