Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 1981d80

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/psf/black: 24.4.2 → 25.9.0](psf/black@24.4.2...25.9.0) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1)
1 parent aa033f7 commit 1981d80

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
@@ -10,18 +10,18 @@ ci:
1010
submodules: false
1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.6.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: check-yaml
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/psf/black
19-
rev: 24.4.2
19+
rev: 25.9.0
2020
hooks:
2121
- id: black
2222
args: [--line-length=80, --target-version=py38]
2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.13.2
24+
rev: 6.0.1
2525
hooks:
2626
- id: isort
2727
name: isort (python)

0 commit comments

Comments
 (0)