diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0a0311..2fdbb3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,10 @@ ci: autoupdate_schedule: quarterly skip: [pylint] +# Fedora 39 python3 is 3.12 and nothing supports it +default_language_version: + python: python3.11 + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0