Skip to content

Commit b07ebf1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.15.6](astral-sh/ruff-pre-commit@v0.11.12...v0.15.6) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.19.1](pre-commit/mirrors-mypy@v1.16.0...v1.19.1) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/adrienverge/yamllint: v1.37.1 → v1.38.0](adrienverge/yamllint@v1.37.1...v1.38.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 2cc8e63 commit b07ebf1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ ci:
55
- taplo-lint
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.11.12
8+
rev: v0.15.6
99
hooks:
1010
- id: ruff
1111
name: Ruff
1212
description: Run Ruff linter and autofixer
1313
args:
1414
- --fix
1515
- repo: https://github.com/pre-commit/mirrors-mypy
16-
rev: v1.16.0
16+
rev: v1.19.1
1717
hooks:
1818
- id: mypy
1919
name: MyPy
@@ -33,7 +33,7 @@ repos:
3333
- python-dateutil~=2.9.0.post0
3434
- phonenumbers >= 9.0.5
3535
- repo: https://github.com/codespell-project/codespell
36-
rev: v2.4.1
36+
rev: v2.4.2
3737
hooks:
3838
- id: codespell
3939
name: Codespell
@@ -44,7 +44,7 @@ repos:
4444
additional_dependencies:
4545
- tomli
4646
- repo: https://github.com/adrienverge/yamllint
47-
rev: v1.37.1
47+
rev: v1.38.0
4848
hooks:
4949
- id: yamllint
5050
name: YAMLLint
@@ -64,7 +64,7 @@ repos:
6464
- id: taplo-format
6565
- id: taplo-lint
6666
- repo: https://github.com/pre-commit/pre-commit-hooks
67-
rev: v5.0.0
67+
rev: v6.0.0
6868
hooks:
6969
- id: check-json
7070
- id: check-yaml

0 commit comments

Comments
 (0)