Skip to content

Commit dc9274f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks.git: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.4.0...v4.6.0) - [github.com/psf/black: 23.1.0 → 24.4.0](psf/black@23.1.0...24.4.0) - [github.com/PyCQA/flake8.git: 6.0.0 → 7.0.0](https://github.com/PyCQA/flake8.git/compare/6.0.0...7.0.0)
1 parent 6f3a25f commit dc9274f

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
@@ -5,7 +5,7 @@ repos:
55

66
# General file linting
77
- repo: https://github.com/pre-commit/pre-commit-hooks.git
8-
rev: v4.4.0
8+
rev: v4.6.0
99
hooks:
1010
- id: trailing-whitespace
1111
args: [--markdown-linebreak-ext=md]
@@ -16,11 +16,11 @@ repos:
1616
args: [--allow-multiple-documents]
1717

1818
- repo: https://github.com/psf/black
19-
rev: 23.1.0
19+
rev: 24.4.0
2020
hooks:
2121
- id: black
2222

2323
- repo: https://github.com/PyCQA/flake8.git
24-
rev: 6.0.0
24+
rev: 7.0.0
2525
hooks:
2626
- id: flake8

0 commit comments

Comments
 (0)