Skip to content
Snippets Groups Projects
Verified Commit eb1a7eb7 authored by Romain Deville's avatar Romain Deville
Browse files

:rotating_light: Remove pylint warning

Disable pylint error for duplicate files and remove preview folder from
pylint test.
parent d73474ae
No related branches found
No related tags found
No related merge requests found
......@@ -35,10 +35,12 @@ commands =
# Lint python files using pylint
bash -c '\
pylint \
--disable=R0801 \
$(find . -type f \\( \
-name "*.py" \
-not -path "./.*" \
-not -path "./docs/theme/*" \
-not -path "./preview/*" \
-not -path "./python_venv/*" \
-not -path "./tmp/*" \
-not -path "./site**/*" \\) )'
......@@ -67,7 +69,6 @@ commands =
-not -path "./python_venv/*" \\) ) '
bash -c 'DIRENV_ROOT="$(pwd)" ./tools/generate_source_docs.sh --dry-run'
[testenv:build_doc]
# Allow external commands
allowlist_externals=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment