Skip to content

Commit 21decde

Browse files
[pre-commit.ci] pre-commit autoupdate (#115)
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.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b58157f commit 21decde

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
@@ -27,14 +27,14 @@ repos:
2727
args: [--mapping, '2', --sequence, '2', --offset, '0']
2828

2929
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
30-
rev: v2.14.0
30+
rev: v2.15.0
3131
hooks:
3232
- id: pretty-format-toml
3333
args: [--autofix, --indent, '4']
3434

3535

3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.19.1
37+
rev: v3.20.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py38-plus]
@@ -52,7 +52,7 @@ repos:
5252
args: [--config=pyproject.toml, --verbose]
5353

5454
- repo: https://github.com/pycqa/flake8
55-
rev: 7.2.0
55+
rev: 7.3.0
5656
hooks:
5757
- id: flake8
5858
args: [--config=.flake8]

0 commit comments

Comments
 (0)