Skip to content

Commit f79bc02

Browse files
pre-commit-ci[bot]chennes
authored andcommitted
[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/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0)
1 parent 972588d commit f79bc02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ exclude: 'patches/.*'
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
1313
- id: check-yaml
1414
- id: mixed-line-ending
1515
- repo: https://github.com/psf/black
16-
rev: 24.4.2
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
1919
args: ['--line-length', '100']

0 commit comments

Comments
 (0)