Skip to content

Commit f48c452

Browse files
[pre-commit.ci] pre-commit autoupdate (#124)
updates: - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.9.0 → v2.10.0](macisamuele/language-formatters-pre-commit-hooks@v2.9.0...v2.10.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a0ad4f5 commit f48c452

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
@@ -8,7 +8,7 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
11-
rev: v2.9.0
11+
rev: v2.10.0
1212
hooks:
1313
- id: pretty-format-yaml
1414
args: [--autofix, --indent, '4']
@@ -29,6 +29,6 @@ repos:
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/pycqa/flake8
32-
rev: 6.0.0
32+
rev: 6.1.0
3333
hooks:
3434
- id: flake8

0 commit comments

Comments
 (0)