Skip to content

Commit 7ad7c6d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.0) - [github.com/pycqa/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0)
1 parent 7ef6624 commit 7ad7c6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
77

88
- repo: https://github.com/pycqa/isort
9-
rev: 6.0.0
9+
rev: 6.0.1
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black", "--filter-files"]
@@ -26,12 +26,12 @@ repos:
2626
language_version: python3
2727

2828
- repo: https://github.com/adrienverge/yamllint.git
29-
rev: v1.35.1
29+
rev: v1.37.0
3030
hooks:
3131
- id: yamllint
3232
args: ["-d", "relaxed"]
3333

3434
- repo: https://github.com/pycqa/flake8
35-
rev: 7.1.1
35+
rev: 7.2.0
3636
hooks:
3737
- id: flake8

0 commit comments

Comments
 (0)