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.
1 parent e5494ad commit cd5fbc7Copy full SHA for cd5fbc7
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
---
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: 'v0.12.7'
+ rev: 'v0.14.0'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
8
- id: ruff-format
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
12
- id: fix-byte-order-marker
13
- id: trailing-whitespace
@@ -16,7 +16,7 @@ repos:
16
exclude: "\\.svg$|\\.map$|\\.min\\.css$|\\.min\\.js$|\\.po$|\\.pot$"
17
- id: check-toml
18
- repo: https://github.com/pre-commit/mirrors-mypy
19
- rev: v1.17.1
+ rev: v1.18.2
20
21
- id: mypy
22
additional_dependencies: [pydantic]
0 commit comments