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
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@ ci:
exclude: docs/_static
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v6.0.0
hooks:
- id: check-added-large-files
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 7.0.0
hooks:
- id: isort

- repo: https://github.com/psf/black
rev: 22.10.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.12.0
hooks:
- id: black

- repo: https://github.com/keewis/blackdoc
rev: v0.3.7
rev: v0.4.6
hooks:
- id: blackdoc

- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 7.3.0
hooks:
- id: flake8

Expand All @@ -37,13 +37,13 @@ repos:
- id: darglint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
rev: v1.19.1
hooks:
- id: mypy
exclude: docs
additional_dependencies: ["xarray", "types-pkg_resources"]

- repo: https://github.com/PyCQA/doc8
rev: v1.0.0
rev: v2.0.0
hooks:
- id: doc8