Skip to content

Commit c0d6e34

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](pre-commit/pre-commit-hooks@v4.0.1...v4.6.0) - [github.com/asottile/pyupgrade: v2.4.1 → v3.17.0](asottile/pyupgrade@v2.4.1...v3.17.0) - [github.com/pycqa/isort: 5.8.0 → 5.13.2](PyCQA/isort@5.8.0...5.13.2) - https://github.com/python/blackhttps://github.com/psf/black - [github.com/psf/black: 21.4b2 → 24.8.0](psf/black@21.4b2...24.8.0)
1 parent 67c261c commit c0d6e34

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: v4.6.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.17.0
1111
hooks:
1212
- id: pyupgrade
1313
- repo: https://github.com/pycqa/isort
14-
rev: 5.8.0
14+
rev: 5.13.2
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
19+
rev: 24.8.0
2020
hooks:
2121
- id: black
2222
exclude: ^tests/

0 commit comments

Comments
 (0)