We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prospector
readthedocs-ext
1 parent 47f9295 commit 96be958Copy full SHA for 96be958
pre-commit-config.yaml
@@ -90,7 +90,7 @@ repos:
90
# Because of an issue with pylint's Django utils and PATH environment, we add PYTHONPATH.
91
# This was used as a hack when running on Circle CI as well
92
# Once we upgrade to prospector >=1.9, we can remove it again.
93
- entry: env PYTHONPATH=readthedocs:./ DJANGO_SETTINGS_MODULE=readthedocs.settings.test prospector
+ entry: env PYTHONPATH=readthedocs:../readthedocs.org:./ DJANGO_SETTINGS_MODULE=readthedocs.settings.test prospector
94
# We have to install the dependencies from an URL since we don't have access to this file easily from pre-commit
95
additional_dependencies:
96
- -r
0 commit comments