Skip to content

Commit

Permalink
use VCS to install the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaucasau committed Dec 10, 2024
1 parent 053bbd9 commit da58789
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 107 deletions.
106 changes: 0 additions & 106 deletions tools/verify_images.py

This file was deleted.

5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ commands =
black qiskit_addon_cutting/ docs/ test/

[testenv:lint]
image-tester-commit = 7ae965ccf21c39e5170334ec7f4882756883860a
deps =
git+https://github.com/Qiskit/documentation.git@{[testenv:lint]image-tester-commit}\#egg=sphinx-alt-text-validator&subdirectory=scripts/image-tester
extras =
lint
commands =
Expand All @@ -29,7 +32,7 @@ commands =
mypy qiskit_addon_cutting/
reno lint
pylint -rn qiskit_addon_cutting/ test/
python tools/verify_images.py
sphinx-alt-text-validator -f qiskit_addon_cutting -s qiskit_addon_cutting/instructions/move.py
nbqa pylint -rn docs/

[testenv:{,py-,py3-,py38-,py39-,py310-,py311-,py312-,py313-}notebook]
Expand Down

0 comments on commit da58789

Please sign in to comment.