Skip to content

Commit 75082a0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0) - [github.com/psf/black: 22.6.0 → 24.4.0](psf/black@22.6.0...24.4.0) - [github.com/mgedmin/check-manifest: 0.48 → 0.49](mgedmin/check-manifest@0.48...0.49) - [github.com/PyCQA/flake8: 5.0.2 → 7.0.0](PyCQA/flake8@5.0.2...7.0.0)
1 parent 22218c3 commit 75082a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88

99
- repo: https://github.com/psf/black
10-
rev: 22.6.0
10+
rev: 24.4.0
1111
hooks:
1212
- id: black
1313

1414
- repo: https://github.com/mgedmin/check-manifest
15-
rev: "0.48"
15+
rev: "0.49"
1616
hooks:
1717
- id: check-manifest
1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 5.0.2
20+
rev: 7.0.0
2121
hooks:
2222
- id: flake8
2323

0 commit comments

Comments
 (0)