This commit is contained in:
cloudwithax 2025-10-04 00:00:01 -04:00
parent 855bf4e0d7
commit 720ba187ab
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ repos:
rev: 23.10.1 rev: 23.10.1
hooks: hooks:
- id: black - id: black
language_version: python3.12 language_version: python3.13
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v3.15.0 rev: v3.15.0
hooks: hooks:
@ -30,4 +30,4 @@ repos:
- id: add-trailing-comma - id: add-trailing-comma
default_language_version: default_language_version:
python: python3.12 python: python3.13