Skip to content

Commit 397fcbd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/psf/black: 23.3.0 → 24.8.0](psf/black@23.3.0...24.8.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](PyCQA/flake8@6.0.0...7.1.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/adrienverge/yamllint.git: v1.32.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.32.0...v1.35.1)
1 parent 2d30a7b commit 397fcbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.4.0
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: no-commit-to-branch
@@ -14,23 +14,23 @@ repos:
1414
- id: check-yaml
1515

1616
- repo: https://github.com/psf/black
17-
rev: 23.3.0
17+
rev: 24.8.0
1818
hooks:
1919
- id: black
2020

2121
- repo: https://github.com/PyCQA/flake8
22-
rev: 6.0.0
22+
rev: 7.1.1
2323
hooks:
2424
- id: flake8
2525
args:
2626
- --extend-ignore=E722
2727

2828
- repo: https://github.com/PyCQA/isort
29-
rev: 5.12.0
29+
rev: 5.13.2
3030
hooks:
3131
- id: isort
3232

3333
- repo: https://github.com/adrienverge/yamllint.git
34-
rev: v1.32.0
34+
rev: v1.35.1
3535
hooks:
3636
- id: yamllint

0 commit comments

Comments
 (0)