Skip to content

Commit 5ab51ac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/pycqa/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0)
1 parent c088568 commit 5ab51ac

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
@@ -12,14 +12,14 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
15-
rev: v2.14.0
15+
rev: v2.15.0
1616
hooks:
1717
- id: pretty-format-yaml
1818
args: [--autofix, --indent, '4']
1919
- id: pretty-format-toml
2020
args: [--autofix]
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.19.1
22+
rev: v3.20.0
2323
hooks:
2424
- id: pyupgrade
2525
- repo: https://github.com/pycqa/isort
@@ -33,6 +33,6 @@ repos:
3333
hooks:
3434
- id: black
3535
- repo: https://github.com/pycqa/flake8
36-
rev: 7.1.2
36+
rev: 7.3.0
3737
hooks:
3838
- id: flake8

0 commit comments

Comments
 (0)