Skip to content

Commit ce0acb9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.0) - [github.com/pycqa/isort: 5.10.1 → 6.0.1](PyCQA/isort@5.10.1...6.0.1) - [github.com/psf/black: 22.3.0 → 25.9.0](psf/black@22.3.0...25.9.0)
1 parent 78a94bd commit ce0acb9

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-json
66
- id: check-yaml
@@ -11,13 +11,13 @@ repos:
1111
- id: trailing-whitespace
1212

1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.10.1
14+
rev: 6.0.1
1515
hooks:
1616
- id: isort
1717
args: [--profile, black, --filter-files, --line-length, "79"]
1818

1919
- repo: https://github.com/psf/black
20-
rev: 22.3.0
20+
rev: 25.9.0
2121
hooks:
2222
- id: black
2323
args: [--line-length, "79"]

0 commit comments

Comments
 (0)