Skip to content

Commit db2d755

Browse files
[pre-commit.ci] pre-commit autoupdate (#18)
updates: - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.3.0 → v2.4.0](macisamuele/language-formatters-pre-commit-hooks@v2.3.0...v2.4.0) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d8e37c7 commit db2d755

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.3.0
11+
rev: v2.4.0
1212
hooks:
1313
- id: pretty-format-yaml
1414
args: [--autofix, --indent, '4']
@@ -25,7 +25,7 @@ repos:
2525
- id: isort
2626
name: isort
2727
- repo: https://github.com/psf/black
28-
rev: 22.3.0
28+
rev: 22.6.0
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/pycqa/flake8

0 commit comments

Comments
 (0)