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 3ba30c7 commit 3a0fa4cCopy full SHA for 3a0fa4c
.pre-commit-config.yaml
@@ -3,14 +3,14 @@ ci:
3
autoupdate_schedule: monthly
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.5.0
+ rev: v4.6.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- id: check-yaml
11
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: "v0.3.5"
+ rev: "v0.4.3"
14
15
- id: ruff
16
args: ["--fix"]
@@ -20,7 +20,7 @@ repos:
20
# - id: velin
21
# args: ["--write", "--compact"]
22
- repo: https://github.com/pre-commit/mirrors-mypy
23
- rev: v1.9.0
+ rev: v1.10.0
24
25
- id: mypy
26
# Copied from setup.cfg
0 commit comments