Skip to content

Commit ca585fd

Browse files
[pre-commit.ci] pre-commit autoupdate
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/psf/black: 24.3.0 β†’ 24.4.0](psf/black@24.3.0...24.4.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 β†’ v2.13.0](macisamuele/language-formatters-pre-commit-hooks@v2.12.0...v2.13.0)
1 parent 64079b6 commit ca585fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 3 additions & 3 deletions
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-added-large-files
66
- id: check-docstring-first
@@ -16,7 +16,7 @@ repos:
1616
- id: pyupgrade
1717

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

@@ -45,7 +45,7 @@ repos:
4545
# - id: setup-cfg-fmt
4646

4747
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
48-
rev: v2.12.0
48+
rev: v2.13.0
4949
hooks:
5050
- id: pretty-format-toml
5151
args: [--autofix]

0 commit comments

Comments
Β (0)