Skip to content

Commit 9abd6e1

Browse files
committed
update pre-commit config
1 parent 6b5e064 commit 9abd6e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@ repos:
2727
- id: check-added-large-files
2828
args: [--maxkb=500]
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.8.6
30+
rev: v0.14.2
3131
hooks:
3232
- id: ruff
3333
args: [--fix]
3434
- id: ruff-format
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.14.1
36+
rev: v1.18.2
3737
hooks:
3838
- id: mypy
3939
args: [--config-file=pyproject.toml]
4040
files: src
4141
additional_dependencies: [pydantic~=2.0,types-pytz,types-requests,types-python-dateutil]
4242
- repo: https://github.com/pypa/pip-audit
43-
rev: v2.7.3
43+
rev: v2.9.0
4444
hooks:
4545
- id: pip-audit
46-
args: [--skip-editable]
46+
args: [.]
4747
- repo: https://github.com/compilerla/conventional-pre-commit
48-
rev: v4.0.0
48+
rev: v4.3.0
4949
hooks:
5050
- id: conventional-pre-commit
5151
stages: [commit-msg]

0 commit comments

Comments
 (0)