We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d75c7e + 62c3a29 commit d59bbd7Copy full SHA for d59bbd7
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/uv-pre-commit
3
- rev: 0.7.17
+ rev: 0.9.5
4
hooks:
5
# Dependency management
6
- id: uv-lock
@@ -9,7 +9,7 @@ repos:
9
10
# Code quality and formatting
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v5.0.0
+ rev: v6.0.0
13
14
- id: trailing-whitespace
15
- id: end-of-file-fixer
@@ -23,7 +23,7 @@ repos:
23
24
# Python Linting & Formatting with Ruff
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.12.1
+ rev: v0.14.2
27
28
- id: ruff
29
name: ruff (linter)
@@ -32,7 +32,7 @@ repos:
32
name: ruff-format (formatter)
33
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v1.16.1
+ rev: v1.18.2
36
37
- id: mypy
38
args: [--strict]
0 commit comments