Skip to content
Open
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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:

# Hook for pre-commit's built-in checks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
# Prevent giant files from being committed.
- id: check-added-large-files
Expand Down Expand Up @@ -54,7 +54,7 @@ repos:
# NOTE : keep these in hook-name (aka 'id') order

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.19.1
rev: 1.20.0
hooks:
- id: blacken-docs
types: [file, rst]
Expand All @@ -67,7 +67,7 @@ repos:
additional_dependencies: [tomli]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.17.0'
rev: 'v1.17.1'
hooks:
- id: mypy
exclude: 'noxfile\.py|docs/conf\.py'
Expand All @@ -79,7 +79,7 @@ repos:
types: [file, python]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.12.5"
rev: "v0.12.12"
hooks:
- id: ruff
types: [file, python]
Expand Down
Loading