Allow pre-commit to run on my system's Python (3.10) - so I can install with pipx

This commit is contained in:
Benjamin Bach 2024-07-24 11:32:51 +02:00
parent 2c99799d4d
commit 2fd9df8cc6
No known key found for this signature in database
GPG key ID: 486F0D69C845416E

View file

@ -1,5 +1,5 @@
default_language_version:
python: python3.12
python: python3
exclude: ^.*\b(migrations)\b.*$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks