Skip to content

Commit 7b33b4f

Browse files
[pre-commit.ci] pre-commit autoupdate (#361)
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) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 84a76e5 commit 7b33b4f

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
@@ -4,14 +4,14 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- repo: https://github.com/pycqa/isort
14-
rev: 6.0.1
14+
rev: 6.1.0
1515
hooks:
1616
- id: isort
1717
args: [--profile, black, --filter-files]
@@ -23,8 +23,8 @@ repos:
2323
rev: v3.20.0
2424
hooks:
2525
- id: pyupgrade
26-
- repo: https://github.com/psf/black
27-
rev: 25.1.0
26+
- repo: https://github.com/psf/black-pre-commit-mirror
27+
rev: 25.9.0
2828
hooks:
2929
- id: black
3030
language_version: python3

0 commit comments

Comments
 (0)