Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.12.11"
rev: "v0.12.12"
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -16,7 +16,7 @@ repos:
hooks:
- id: zizmor
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.19.1
rev: 1.20.0
hooks:
- id: blacken-docs
additional_dependencies: [black==24.1.1]
Expand Down Expand Up @@ -48,7 +48,7 @@ repos:
# on <3.11
- exceptiongroup>=1.0.0rc8
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.404
rev: v1.1.405
hooks:
- id: pyright
files: ^(src/|scripts/)
Expand Down
Loading