Skip to content

Commit 52bbae0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v6.0.0](pre-commit/pre-commit-hooks@v4.0.1...v6.0.0) - [github.com/asottile/pyupgrade: v2.4.1 → v3.21.2](asottile/pyupgrade@v2.4.1...v3.21.2) - [github.com/pycqa/isort: 5.8.0 → 7.0.0](PyCQA/isort@5.8.0...7.0.0) - https://github.com/python/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 21.4b2 → 25.11.0](psf/black-pre-commit-mirror@21.4b2...25.11.0)
1 parent 67c261c commit 52bbae0

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,22 +1,22 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v6.0.0
44
hooks:
55
- id: debug-statements
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- id: check-merge-conflict
99
- repo: https://github.com/asottile/pyupgrade
10-
rev: v2.4.1
10+
rev: v3.21.2
1111
hooks:
1212
- id: pyupgrade
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.8.0
14+
rev: 7.0.0
1515
hooks:
1616
- id: isort
1717
exclude: ^tests/|torchflare/callbacks/__init__.py
18-
- repo: https://github.com/python/black
19-
rev: 21.4b2
18+
- repo: https://github.com/psf/black-pre-commit-mirror
19+
rev: 25.11.0
2020
hooks:
2121
- id: black
2222
exclude: ^tests/

0 commit comments

Comments
 (0)