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.
1 parent e6da590 commit 9aa5b77Copy full SHA for 9aa5b77
pre-commit-config.yaml
@@ -93,6 +93,9 @@ repos:
93
.*/tests/.*|
94
.*/migrations/.*
95
)$
96
+ # This PYTHONPATH environment variable is required for readthedocs-corporate when running `tox -e pre-commit`
97
+ entry: env PYTHONPATH=readthedocs:../readthedocs.org:./ DJANGO_SETTINGS_MODULE=readthedocs.settings.test prospector
98
+ # We have to install the dependencies from an URL since we don't have access to this file easily from pre-commit
99
additional_dependencies:
100
- -r
101
- https://raw.githubusercontent.com/readthedocs/readthedocs.org/main/requirements/testing.txt
0 commit comments