Skip to content

Commit cf761eb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/psf/black: 23.9.1 → 24.4.0](psf/black@23.9.1...24.4.0) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0)
1 parent 6e75cb5 commit cf761eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.6.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-docstring-first
1111

1212
- repo: https://github.com/psf/black
13-
rev: 23.9.1
13+
rev: 24.4.0
1414
hooks:
1515
- id: black
1616

@@ -21,7 +21,7 @@ repos:
2121
additional_dependencies: [black==23.1.0]
2222

2323
- repo: https://github.com/pycqa/flake8
24-
rev: 6.1.0
24+
rev: 7.0.0
2525
hooks:
2626
- id: flake8
2727
additional_dependencies: [flake8-docstrings]

0 commit comments

Comments
 (0)