Skip to content

Commit 58eb13c

Browse files
ci: pre-commit autoupdate [pre-commit.ci]
updates: - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.10.0 → v9.13.0](alessandrojcm/commitlint-pre-commit-hook@v9.10.0...v9.13.0)
1 parent 52b4686 commit 58eb13c

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
@@ -16,13 +16,13 @@ repos:
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/psf/black
19-
rev: 23.12.1
19+
rev: 24.3.0
2020
hooks:
2121
- id: black
2222
exclude: ^src/kg_api/models/alembic/versions
2323
args: ["-l", "100", "--target-version=py38"]
2424
- repo: https://github.com/PyCQA/flake8
25-
rev: "6.1.0"
25+
rev: "7.0.0"
2626
hooks:
2727
- id: flake8 # C90,E,F,W
2828
exclude: ^src/kg_api/models/alembic
@@ -58,7 +58,7 @@ repos:
5858
files: pyproject.toml
5959

6060
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
61-
rev: v9.10.0
61+
rev: v9.13.0
6262
hooks:
6363
- id: commitlint
6464
stages: [commit-msg]

0 commit comments

Comments
 (0)