2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

chore: bump pre commit (#8904)

* bump pre-commit

* auto-fixes

* ignore error

* fix a few more issues

* fix pattern
This commit is contained in:
Matthias Mair
2025-01-17 23:38:00 +01:00
committed by GitHub
parent 3d2f800c73
commit 64b9365947
17 changed files with 34 additions and 30 deletions

View File

@ -150,7 +150,7 @@ def on_config(config, *args, **kwargs):
We can use these to determine (at run time) where we are hosting
"""
rtd = os.environ.get('READTHEDOCS', False)
rtd = os.environ.get('READTHEDOCS', 'False')
# Note: version selection is handled by RTD internally
# Check for 'versions.json' file