Pin pre-commit Python version to 3.11

This commit is contained in:
Bruno Alla 2023-12-06 09:35:17 +00:00
parent 54f446f725
commit a30d671c9b
No known key found for this signature in database
2 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,9 @@
exclude: "{{cookiecutter.project_slug}}|.github/contributors.json|CHANGELOG.md|CONTRIBUTORS.md"
default_stages: [commit]
default_language_version:
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0

View File

@ -1,6 +1,9 @@
exclude: '^docs/|/migrations/|devcontainer.json'
default_stages: [commit]
default_language_version:
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0