Skip to content

Commit 02162a9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.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.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent 87e7894 commit 02162a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929

3030
# Automatically upgrade syntax for newer versions of the language.
3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.19.1
32+
rev: v3.20.0
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py38-plus]
@@ -64,7 +64,7 @@ repos:
6464
6565
# Format TOML files
6666
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
67-
rev: v2.14.0
67+
rev: v2.15.0
6868
hooks:
6969
- id: pretty-format-toml
7070
args: [--autofix, --indent, '4']
@@ -91,7 +91,7 @@ repos:
9191
# flake8-functions checks functions quality: https://pypi.org/project/flake8-functions/
9292
# flake8-bugbear detects some common bugs: https://github.com/PyCQA/flake8-bugbear
9393
- repo: https://github.com/pyCQA/flake8
94-
rev: 7.2.0
94+
rev: 7.3.0
9595
hooks:
9696
- id: flake8
9797
args: [--config, .flake8, --verbose, ecobidas, tests, macros]

0 commit comments

Comments
 (0)