Skip to content

Commit 3ab2b15

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/asottile/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1)
1 parent a3a7bfb commit 3ab2b15

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
@@ -64,7 +64,7 @@ repos:
6464

6565
# Autoremoves unused Python imports
6666
- repo: https://github.com/hadialqattan/pycln
67-
rev: v2.4.0
67+
rev: v2.5.0
6868
hooks:
6969
- id: pycln
7070
name: pycln (python)
@@ -104,11 +104,11 @@ repos:
104104
105105
# Python Formatting
106106
- repo: https://github.com/psf/black
107-
rev: 24.10.0 # Keep in sync with blacken-docs
107+
rev: 25.1.0 # Keep in sync with blacken-docs
108108
hooks:
109109
- id: black
110110
- repo: https://github.com/asottile/blacken-docs
111-
rev: 1.19.0
111+
rev: 1.19.1
112112
hooks:
113113
- id: blacken-docs
114114
args: [--line-length=80]

0 commit comments

Comments
 (0)