Skip to content

Commit 3c7ba4f

Browse files
pre-commit-ci[bot]mrbean-bremen
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.10 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.10...v0.5.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
1 parent 3ead8c2 commit 3c7ba4f

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.4.10"
6+
rev: "v0.5.0"
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.16.0
18+
rev: 1.18.0
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.10.0
41+
rev: v1.10.1
4242
hooks:
4343
- id: mypy
4444
exclude: (docs|pyfakefs/tests)

0 commit comments

Comments
 (0)