Skip to content

Commit 19e7198

Browse files
ci: pre-commit autoupdate [pre-commit.ci]
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/psf/black: 23.12.1 → 24.10.0](psf/black@23.12.1...24.10.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1) - [github.com/alessandrojcm/commitlint-pre-commit-hook: v9.10.0 → v9.20.0](alessandrojcm/commitlint-pre-commit-hook@v9.10.0...v9.20.0)
1 parent 52b4686 commit 19e7198

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-json
66
- id: check-toml
@@ -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.10.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.1.1"
2626
hooks:
2727
- id: flake8 # C90,E,F,W
2828
exclude: ^src/kg_api/models/alembic
@@ -51,14 +51,14 @@ repos:
5151
print('run `portry update` to fix')
5252
exit(1)
5353
"
54-
language: python_venv
54+
language: python
5555
additional_dependencies:
5656
- poetry
5757
verbose: True
5858
files: pyproject.toml
5959

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

0 commit comments

Comments
 (0)