Skip to content

Commit 4d79690

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.13.0...v2.15.0)
1 parent 5e9635f commit 4d79690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: "^LICENSES"
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-merge-conflict
1111
- id: end-of-file-fixer
@@ -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: 25.1.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.15.0
3737
hooks:
3838
- id: pretty-format-yaml
3939
args: [--autofix, --indent, "2", --preserve-quotes]

0 commit comments

Comments
 (0)