.pre-commit-config.yaml: remove forcing pypy3

This commit is contained in:
Aminda Suomalainen 2024-01-14 21:21:19 +02:00
parent af4d155e04
commit 8d6ad556b8
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -7,10 +7,6 @@ ci:
autoupdate_schedule: quarterly
skip: [latexmk, exiftool]
# Use pypy3 for python hooks instead of system default
default_language_version:
python: pypy3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0