Skip to content

Commit 4c422dc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) - [github.com/asottile/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1) - [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0)
1 parent 6c6695d commit 4c422dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

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

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: "v0.7.0"
6+
rev: "v0.7.1"
77
hooks:
88
- id: ruff
99
args: ["--fix"]
@@ -15,7 +15,7 @@ repos:
1515
args:
1616
- --ignore-words-list=wronly,afile
1717
- repo: https://github.com/asottile/blacken-docs
18-
rev: 1.19.0
18+
rev: 1.19.1
1919
hooks:
2020
- id: blacken-docs
2121
additional_dependencies: [ black==22.12.0 ]
@@ -38,7 +38,7 @@ repos:
3838
language: python
3939
files: \.py$
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.12.1
41+
rev: v1.13.0
4242
hooks:
4343
- id: mypy
4444
exclude: (docs|pyfakefs/tests)

0 commit comments

Comments
 (0)