Skip to content

Commit 0279e99

Browse files
committed
chore: update deps
1 parent 87f671a commit 0279e99

2 files changed

Lines changed: 615 additions & 301 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: "3.11"
33
repos:
44
- repo: https://github.com/compilerla/conventional-pre-commit
5-
rev: v2.4.0
5+
rev: v3.0.0
66
hooks:
77
- id: conventional-pre-commit
88
stages: [commit-msg]
@@ -17,7 +17,7 @@ repos:
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919
- repo: https://github.com/charliermarsh/ruff-pre-commit
20-
rev: "v0.1.0"
20+
rev: "v0.1.8"
2121
hooks:
2222
- id: ruff
2323
args: ["--fix"]
@@ -28,12 +28,12 @@ repos:
2828
- id: codespell
2929
exclude: "pdm.lock"
3030
- repo: https://github.com/psf/black
31-
rev: 23.10.0
31+
rev: 23.12.0
3232
hooks:
3333
- id: black
3434
args: [--config=./pyproject.toml]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: "v1.6.0"
36+
rev: "v1.7.1"
3737
hooks:
3838
- id: mypy
3939
exclude: "docs"
@@ -53,6 +53,6 @@ repos:
5353
"litestar[cli]",
5454
]
5555
- repo: https://github.com/sphinx-contrib/sphinx-lint
56-
rev: "v0.8.1"
56+
rev: "v0.9.1"
5757
hooks:
5858
- id: sphinx-lint

0 commit comments

Comments
 (0)