Skip to content

Commit aaf11ba

Browse files
chore(pre-commit): autoupdate hooks
updates: - [github.com/psf/black: 23.12.0 → 24.2.0](psf/black@23.12.0...24.2.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.11.0 → v2.12.0](macisamuele/language-formatters-pre-commit-hooks@v2.11.0...v2.12.0)
1 parent 3e05816 commit aaf11ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ repos:
3939
exclude: docs*
4040
additional_dependencies: [toml]
4141
- repo: https://github.com/psf/black
42-
rev: 23.12.0
42+
rev: 24.2.0
4343
hooks:
4444
- id: black
4545
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
46-
rev: v2.11.0
46+
rev: v2.12.0
4747
hooks:
4848
- id: pretty-format-ini
4949
args: [--autofix]

0 commit comments

Comments
 (0)