Skip to content

Commit f3a96a3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.11...v0.15.20) - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v2.1.0](pre-commit/mirrors-mypy@v1.20.1...v2.1.0)
1 parent b907b2b commit f3a96a3

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
@@ -11,7 +11,7 @@ repos:
1111
- "--py310-plus"
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.15.11"
14+
rev: "v0.15.20"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
@@ -44,7 +44,7 @@ repos:
4444
language: python
4545
files: \.py$
4646
- repo: https://github.com/pre-commit/mirrors-mypy
47-
rev: v1.20.1
47+
rev: v2.1.0
4848
hooks:
4949
- id: mypy
5050
exclude: (docs|pyfakefs/tests)

0 commit comments

Comments
 (0)