Skip to content

Commit 26a44d6

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/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0) - [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 acce822 commit 26a44d6

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
@@ -1,25 +1,25 @@
11
repos:
22
# Order matters because pyupgrade may make changes that pycln and black have to clean up
33
- repo: https://github.com/asottile/pyupgrade
4-
rev: v3.19.0
4+
rev: v3.19.1
55
hooks:
66
- id: pyupgrade
77
args: [--py37-plus]
88

99
- repo: https://github.com/hadialqattan/pycln
10-
rev: v2.4.0
10+
rev: v2.5.0
1111
hooks:
1212
- id: pycln
1313
args: [--config=pyproject.toml]
1414

1515
- repo: https://github.com/pycqa/isort
16-
rev: 5.13.2
16+
rev: 6.0.0
1717
hooks:
1818
- id: isort
1919
name: isort (python)
2020

2121
- repo: https://github.com/psf/black
22-
rev: 24.10.0
22+
rev: 25.1.0
2323
hooks:
2424
- id: black
2525
language_version: python3.11

0 commit comments

Comments
 (0)