Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 5ffafab

Browse files
authored
chore: Auto-update pre-commit hooks
1 parent c6b4032 commit 5ffafab

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ repos:
1313
- id: check-added-large-files
1414
args: ["--maxkb=500"]
1515
- repo: https://github.com/psf/black
16-
rev: 22.12.0
16+
rev: 23.3.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/isort
20-
rev: 5.11.4
20+
rev: 5.12.0
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v0.991
24+
rev: v1.3.0
2525
hooks:
2626
- id: mypy
2727
additional_dependencies: [pydantic]
2828
args: ["--install-types", "--non-interactive"]
2929
- repo: https://github.com/python-poetry/poetry
30-
rev: '1.3.0'
30+
rev: '1.5.0'
3131
hooks:
3232
- id: poetry-check
3333
#- id: poetry-lock

0 commit comments

Comments
 (0)