Skip to content

Commit ced7d03

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1) - [github.com/psf/black: 24.2.0 → 24.8.0](psf/black@24.2.0...24.8.0)
1 parent b234062 commit ced7d03

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -32,7 +32,7 @@ repos:
3232
types: [shell]
3333
additional_dependencies: [mvdan.cc/sh/v3/cmd/shfmt@v3.4.2]
3434
- repo: https://github.com/PyCQA/flake8
35-
rev: 7.0.0
35+
rev: 7.1.1
3636
hooks:
3737
- id: flake8
3838
args: [-j8, --max-line-length=88, "--extend-ignore=E203,E741"]
@@ -44,7 +44,7 @@ repos:
4444
- flake8-isort
4545
- flake8-string-format
4646
- repo: https://github.com/psf/black
47-
rev: 24.2.0
47+
rev: 24.8.0
4848
hooks:
4949
- id: black
5050
- repo: https://github.com/PyCQA/isort

0 commit comments

Comments
 (0)