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 47ccb66 commit edd0c86Copy full SHA for edd0c86
1 file changed
.pre-commit-config.yaml
@@ -87,12 +87,12 @@ repos:
87
with open("schema.yml") as f:
88
old_schema = f.read()
89
if new_schema != old_schema:
90
- print("Schema is not up-to-date. Run 'python manage.py spectacular --file schema.yml' to regenerate it")
+ print("Schema is not up-to-date. Run \"python manage.py spectacular --file schema.yml\" to regenerate it")
91
sys.exit(1)
92
'
93
files: 'backend/(.*\.py|schema.yml)'
94
pass_filenames: false
95
language: python
96
- language_version: '3.13'
+ language_version: '3.12'
97
additional_dependencies: [poetry]
98
stages: [pre-commit]
0 commit comments