Skip to content

Commit 4d74188

Browse files
pre-commit autoupdate (#113)
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2) - [github.com/psf/black: 24.2.0 → 24.4.0](psf/black@24.2.0...24.4.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 90b343f commit 4d74188

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-docstring-first
66
- id: debug-statements
@@ -12,7 +12,7 @@ repos:
1212
hooks:
1313
- id: setup-cfg-fmt
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v3.15.1
15+
rev: v3.15.2
1616
hooks:
1717
- id: pyupgrade
1818
args: [--py38-plus]
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black
24-
rev: 24.2.0
24+
rev: 24.4.0
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)