Skip to content

Commit 8655fc3

Browse files
pre-commit-ci[bot]mrbean-bremen
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0) - [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 eadd120 commit 8655fc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

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

44
repos:
55
- repo: "https://github.com/asottile/pyupgrade"
6-
rev: "v3.18.0"
6+
rev: "v3.19.0"
77
hooks:
88
- id: "pyupgrade"
99
name: "Enforce Python 3.7+ idioms"
1010
args:
1111
- "--py37-plus"
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: "v0.7.0"
14+
rev: "v0.7.1"
1515
hooks:
1616
- id: ruff
1717
args: ["--fix"]
@@ -23,7 +23,7 @@ repos:
2323
args:
2424
- --ignore-words-list=wronly,afile,assertIn
2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: 1.19.0
26+
rev: 1.19.1
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies: [ black==24.4.2 ]
@@ -46,7 +46,7 @@ repos:
4646
language: python
4747
files: \.py$
4848
- repo: https://github.com/pre-commit/mirrors-mypy
49-
rev: v1.12.1
49+
rev: v1.13.0
5050
hooks:
5151
- id: mypy
5252
exclude: (docs|pyfakefs/tests)

0 commit comments

Comments
 (0)