Skip to content

Commit 7da8f3c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.8.0](astral-sh/ruff-pre-commit@v0.6.7...v0.8.0)
1 parent 48e98be commit 7da8f3c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ repos:
66
# - id: sync-additional-dependencies
77

88
- repo: https://github.com/asottile/pyupgrade
9-
rev: v3.17.0
9+
rev: v3.19.0
1010
hooks:
1111
- id: pyupgrade
1212
args:
1313
- --py311-plus
1414

1515
- repo: https://github.com/psf/black
16-
rev: 24.8.0
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
1919
language_version: python3.11
2020

2121
- repo: https://github.com/asottile/blacken-docs
22-
rev: 1.18.0
22+
rev: 1.19.1
2323
hooks:
2424
- id: blacken-docs
2525

2626
- repo: https://github.com/pre-commit/pre-commit-hooks
27-
rev: v4.6.0
27+
rev: v5.0.0
2828
hooks:
2929
- id: check-added-large-files
3030
args:
@@ -86,7 +86,7 @@ repos:
8686
- --all
8787

8888
- repo: https://github.com/pre-commit/mirrors-mypy
89-
rev: v1.11.2
89+
rev: v1.13.0
9090
hooks:
9191
- id: mypy
9292
args:
@@ -140,6 +140,6 @@ repos:
140140
- '*.svg,*.json'
141141

142142
- repo: https://github.com/astral-sh/ruff-pre-commit
143-
rev: v0.6.7
143+
rev: v0.8.0
144144
hooks:
145145
- id: ruff

0 commit comments

Comments
 (0)