Skip to content

Commit 14b4aee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/hadialqattan/pycln: v2.5.0 → v2.6.0](hadialqattan/pycln@v2.5.0...v2.6.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51)
1 parent 8f74454 commit 14b4aee

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# See https://pre-commit.com/hooks.html for more hooks
1919
repos:
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v5.0.0
21+
rev: v6.0.0
2222
hooks:
2323
- id: trailing-whitespace
2424
args: [--markdown-linebreak-ext=md]
@@ -64,7 +64,7 @@ repos:
6464

6565
# Autoremoves unused Python imports
6666
- repo: https://github.com/hadialqattan/pycln
67-
rev: v2.5.0
67+
rev: v2.6.0
6868
hooks:
6969
- id: pycln
7070
name: pycln (python)
@@ -103,12 +103,12 @@ repos:
103103
)
104104
105105
# Python Formatting
106-
- repo: https://github.com/psf/black
107-
rev: 25.1.0 # Keep in sync with blacken-docs
106+
- repo: https://github.com/psf/black-pre-commit-mirror
107+
rev: 25.11.0 # Keep in sync with blacken-docs
108108
hooks:
109109
- id: black
110110
- repo: https://github.com/asottile/blacken-docs
111-
rev: 1.19.1
111+
rev: 1.20.0
112112
hooks:
113113
- id: blacken-docs
114114
args: [--line-length=80]
@@ -128,7 +128,7 @@ repos:
128128

129129
# Checks the manifest for missing files (native support)
130130
- repo: https://github.com/mgedmin/check-manifest
131-
rev: "0.50"
131+
rev: "0.51"
132132
hooks:
133133
- id: check-manifest
134134
# This is a slow hook, so only run this if --hook-stage manual is passed

0 commit comments

Comments
 (0)