1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Style: Update ruff & mypy to latest versions

This commit is contained in:
Thaddeus Crews
2024-09-20 09:34:11 -05:00
parent 2be730a05b
commit fdc6ffd264
3 changed files with 10 additions and 9 deletions

View File

@@ -39,14 +39,14 @@ repos:
stages: [manual] # Not automatically triggered, invoked via `pre-commit run --hook-stage manual clang-tidy`
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.4
rev: v0.6.6
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v1.11.2
hooks:
- id: mypy
files: \.py$