Skip to content

Commit db575ae

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [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 35f43ee commit db575ae

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
@@ -6,7 +6,7 @@ exclude: ".*\\.csv$"
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -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)