Skip to content

Commit d53fada

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.1](asottile/pyupgrade@v3.18.0...v3.19.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent 109e6bf commit d53fada

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
@@ -12,21 +12,21 @@ repos:
1212
language_version: python3
1313

1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.13.2
15+
rev: 6.0.1
1616
hooks:
1717
- id: isort
1818
name: isort (python)
1919
args: ["--profile", "black", "--filter-files"]
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.18.0
22+
rev: v3.19.1
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py38-plus]
2626

2727

2828
- repo: https://github.com/psf/black
29-
rev: "24.10.0"
29+
rev: "25.1.0"
3030
hooks:
3131
- id: black
3232

0 commit comments

Comments
 (0)