Skip to content

Commit 1d74cad

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/pycqa/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent 18ba92d commit 1d74cad

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
@@ -51,7 +51,7 @@ repos:
5151

5252
# Autoformat: Python code, syntax patterns are modernized
5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: v3.19.0
54+
rev: v3.19.1
5555
hooks:
5656
- id: pyupgrade
5757
args:
@@ -68,13 +68,13 @@ repos:
6868

6969
# Autoformat: Python code
7070
- repo: https://github.com/pycqa/isort
71-
rev: 5.13.2
71+
rev: 6.0.0
7272
hooks:
7373
- id: isort
7474

7575
# Autoformat: Python code
7676
- repo: https://github.com/psf/black
77-
rev: 24.10.0
77+
rev: 25.1.0
7878
hooks:
7979
- id: black
8080

0 commit comments

Comments
 (0)