Skip to content

Commit 4d1b3bd

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/pyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0)
1 parent 03763c5 commit 4d1b3bd

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
@@ -35,7 +35,7 @@ repos:
3535

3636
# Format TOML files
3737
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
38-
rev: v2.14.0
38+
rev: v2.15.0
3939
hooks:
4040
- id: pretty-format-toml
4141
args: [--autofix, --indent, '4']
@@ -47,7 +47,7 @@ repos:
4747
# flake8-functions checks functions quality: https://pypi.org/project/flake8-functions/
4848
# flake8-bugbear detects some common bugs: https://github.com/PyCQA/flake8-bugbear
4949
- repo: https://github.com/pyCQA/flake8
50-
rev: 7.1.2
50+
rev: 7.3.0
5151
hooks:
5252
- id: flake8
5353
args: [--config, .flake8, --verbose, reproschema]

0 commit comments

Comments
 (0)