diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2fdbb3e..112fae4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,9 +11,9 @@ ci: autoupdate_schedule: quarterly skip: [pylint] -# Fedora 39 python3 is 3.12 and nothing supports it +# use pypy3 for python default_language_version: - python: python3.11 + python: pypy3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks