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 001977e commit d8b0292Copy full SHA for d8b0292
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: check-case-conflict
6
- id: check-merge-conflict
@@ -14,14 +14,14 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/astral-sh/ruff-pre-commit
17
- rev: v0.3.4
+ rev: v0.4.5
18
19
- id: ruff
20
args: [--fix, --show-fixes]
21
- id: ruff-format
22
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.9.0
+ rev: v1.10.0
25
26
- id: mypy
27
additional_dependencies: [ "typing_extensions" ]
0 commit comments