Skip to content

Commit 1bffcf5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.14.7](astral-sh/ruff-pre-commit@v0.9.10...v0.14.7) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.19.0](pre-commit/mirrors-mypy@v1.15.0...v1.19.0)
1 parent 8ed9950 commit 1bffcf5

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
@@ -1,22 +1,22 @@
11
minimum_pre_commit_version: "3.0.4"
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.9.10
4+
rev: v0.14.7
55
hooks:
66
- id: ruff
77
args:
88
- --fix
99
- id: ruff-format
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: "v5.0.0"
11+
rev: "v6.0.0"
1212
hooks:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
1515
- id: check-json
1616
- id: check-toml
1717
- id: check-yaml
1818
- repo: "https://github.com/pre-commit/mirrors-mypy"
19-
rev: "v1.15.0"
19+
rev: "v1.19.0"
2020
hooks:
2121
- id: "mypy"
2222
name: "Check type hints (mypy)"

0 commit comments

Comments
 (0)