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 @@ -15,20 +15,20 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.9
rev: v0.15.15
hooks:
- id: ruff # linter
args: [--fix]
- id: ruff-format # formatter

- repo: https://github.com/crate-ci/typos
rev: v1.45.1
rev: v1
hooks:
- id: typos
args: [] # empty, to remove write-changes from the default arguments.

- repo: https://github.com/fzimmermann89/check_all
rev: c646d96
rev: v1.2
hooks:
- id: check-init-all
args: [--double-quotes, --fix]
Expand Down Expand Up @@ -82,7 +82,7 @@ repos:
files: examples/notebooks

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.20.0
rev: v2.1.0
hooks:
- id: mypy
pass_filenames: false
Expand Down
Loading