Skip to content

Commit 66c38f6

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#281)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) <!--pre-commit.ci end-->
2 parents 1d6b3f9 + 3350260 commit 66c38f6

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
@@ -8,19 +8,19 @@ repos:
88
- id: pyupgrade
99
args: [ '--py39-plus' ]
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: trailing-whitespace
1414
- id: end-of-file-fixer
1515
- id: check-yaml
1616
- id: debug-statements
17-
- repo: https://github.com/psf/black
18-
rev: 25.1.0
17+
- repo: https://github.com/psf/black-pre-commit-mirror
18+
rev: 25.9.0
1919
hooks:
2020
- id: black
2121
args: [ '--target-version=py39' ]
2222
- repo: https://github.com/PyCQA/isort
23-
rev: 6.0.1
23+
rev: 6.1.0
2424
hooks:
2525
- id: isort
2626
args: [ '--profile=black' ]

0 commit comments

Comments
 (0)