Skip to content

Commit b647927

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.0](PyCQA/isort@5.13.2...6.0.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0)
1 parent c6cf91d commit b647927

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
@@ -3,7 +3,7 @@
33
repos:
44
# General housekeeping
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
@@ -16,12 +16,12 @@ repos:
1616
args: [--in-place, --remove-all-unused-imports, --remove-unused-variable, --exclude, 'tox_docker/__init__.py']
1717

1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.13.2
19+
rev: 6.0.0
2020
hooks:
2121
- id: isort
2222

2323
- repo: https://github.com/psf/black
24-
rev: 24.4.2
24+
rev: 25.1.0
2525
hooks:
2626
- id: black
2727
language_version: python3

0 commit comments

Comments
 (0)