diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b60c3cc..9f62d2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,10 @@ ci: # https://github.com/pre-commit-ci/issues/issues/83 autoupdate_schedule: quarterly +# Use pypy3 instead of system python3 version +default_language_version: + python: pypy3 + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0