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 85e7bf8 commit 891f7a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 108 deletions.
107 changes: 0 additions & 107 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_mpf/
pylint -rn qiskit_addon_mpf/ test/
python tools/verify_images.py
sphinx-alt-text-validator -f qiskit_addon_mpf -s qiskit_addon_mpf/backends/tenpy_layers/__init__.py qiskit_addon_mpf/backends/quimb_layers/__init__.py
nbqa pylint -rn docs/
typos
reno lint
Expand Down

0 comments on commit 891f7a2

Please sign in to comment.