Skip to content

Commit 647658c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.3](astral-sh/ruff-pre-commit@v0.1.9...v0.3.3) - [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](adrienverge/yamllint@v1.33.0...v1.35.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent ff6985b commit 647658c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ repos:
2727
require_serial: false
2828
additional_dependencies: []
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: "v0.1.9"
30+
rev: "v0.3.3"
3131
hooks:
3232
- id: ruff
3333
args: [--fix, --exit-non-zero-on-fix]
3434
# Run the formatter.
3535
- id: ruff-format
3636
- repo: https://github.com/adrienverge/yamllint
37-
rev: v1.33.0
37+
rev: v1.35.1
3838
hooks:
3939
- id: yamllint
4040
files: \.(yaml|yml)$
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.8.0
42+
rev: v1.9.0
4343
hooks:
4444
- id: mypy
4545
additional_dependencies:

0 commit comments

Comments
 (0)