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 3c7b058 commit 37cdaa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 105 deletions.
104 changes: 0 additions & 104 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 @@ -21,6 +21,9 @@ commands =
nbqa ruff --fix docs/

[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
basepython = python3.10
extras =
lint
Expand All @@ -31,7 +34,7 @@ commands =
nbqa ruff docs/
mypy qiskit_addon_sqd/
pylint -rn qiskit_addon_sqd/ test/
python tools/verify_images.py
sphinx-alt-text-validator -f qiskit_addon_sqd
nbqa pylint -rn docs/
reno lint

Expand Down

0 comments on commit 37cdaa4

Please sign in to comment.