Skip to content

Commit c3fdb13

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0)
1 parent d2adcc5 commit c3fdb13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ repos:
1212
hooks:
1313
- id: isort
1414
- repo: https://github.com/psf/black
15-
rev: 24.8.0
15+
rev: 24.10.0
1616
hooks:
1717
- id: black
1818
language_version: python3
1919
- repo: https://github.com/pre-commit/pre-commit-hooks.git
20-
rev: v4.6.0
20+
rev: v5.0.0
2121
hooks:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace

0 commit comments

Comments
 (0)