Skip to content

Commit 73941ca

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.0 → v3.20.0](asottile/pyupgrade@v3.19.0...v3.20.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.9.0](psf/black@24.10.0...25.9.0) - [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/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent c7f943d commit 73941ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.20.0
55
hooks:
66
- id: pyupgrade
77
args: [--py37-plus]
@@ -13,25 +13,25 @@ repos:
1313
args: [--config=pyproject.toml]
1414

1515
- repo: https://github.com/pycqa/isort
16-
rev: 5.13.2
16+
rev: 6.0.1
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.9.0
2323
hooks:
2424
- id: black
2525
language_version: python3.11
2626

2727
- repo: https://github.com/pre-commit/pre-commit-hooks
28-
rev: v5.0.0
28+
rev: v6.0.0
2929
hooks:
3030
- id: end-of-file-fixer
3131
- id: trailing-whitespace
3232

3333
- repo: https://github.com/pycqa/flake8
34-
rev: 7.1.1
34+
rev: 7.3.0
3535
hooks:
3636
- id: flake8
3737
additional_dependencies:

0 commit comments

Comments
 (0)