Skip to content

Commit ddf0644

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.13.3](astral-sh/ruff-pre-commit@v0.1.4...v0.13.3) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.18.2](pre-commit/mirrors-mypy@v1.6.1...v1.18.2)
1 parent 6efeb34 commit ddf0644

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ ci:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.1.4
6+
rev: v0.13.3
77
hooks:
88
- id: ruff
99
args: [--fix]
1010
- id: ruff-format
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.5.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: check-yaml
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.6.1
20+
rev: v1.18.2
2121
hooks:
2222
- id: mypy

0 commit comments

Comments
 (0)