Skip to content

Commit 7cd0310

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.13.0...v2.14.0)
1 parent bc6e35f commit 7cd0310

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
@@ -17,7 +17,7 @@ repos:
1717

1818
# Formatting with "black" coding style
1919
- repo: https://github.com/psf/black
20-
rev: 24.4.2
20+
rev: 24.8.0
2121
hooks:
2222
# Format Python files
2323
- id: black
@@ -33,7 +33,7 @@ repos:
3333

3434
# Do YAML formatting (before the linter checks it for misses)
3535
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
36-
rev: v2.13.0
36+
rev: v2.14.0
3737
hooks:
3838
- id: pretty-format-yaml
3939
args: [--autofix, --indent, "2", --preserve-quotes]

0 commit comments

Comments
 (0)