diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3d00f6c..ec4df96 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: rev: 23.10.1 hooks: - id: black - language_version: python3.12 + language_version: python3.13 - repo: https://github.com/asottile/pyupgrade rev: v3.15.0 hooks: @@ -30,4 +30,4 @@ repos: - id: add-trailing-comma default_language_version: - python: python3.12 + python: python3.13