Skip to content

Commit faa1983

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v2.1.0](pre-commit/mirrors-mypy@v1.18.2...v2.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.15.14](astral-sh/ruff-pre-commit@v0.14.6...v0.15.14)
1 parent 0f20f22 commit faa1983

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
skip: [lint-staged]
44
repos:
55
- repo: https://github.com/pre-commit/mirrors-mypy
6-
rev: v1.18.2 # Use the sha / tag you want to point at
6+
rev: v2.1.0 # Use the sha / tag you want to point at
77
hooks:
88
- id: mypy
99
additional_dependencies:
@@ -16,7 +16,7 @@ repos:
1616
- id: end-of-file-fixer
1717
- id: check-yaml
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.14.6
19+
rev: v0.15.14
2020
hooks:
2121
- id: ruff
2222
args: [--fix]

0 commit comments

Comments
 (0)