Skip to content

Commit 2d0d048

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.0](astral-sh/ruff-pre-commit@v0.6.9...v0.8.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.43.0](igorshubovych/markdownlint-cli@v0.42.0...v0.43.0)
1 parent 6b48bcb commit 2d0d048

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ repos:
55
- id: check-merge-conflict
66
- id: debug-statements
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.6.9
8+
rev: v0.8.0
99
hooks:
1010
- id: ruff # Run the linter.
1111
args: [--fix, --exit-non-zero-on-fix]
1212
- id: ruff-format # Run the formatter.
1313
- repo: https://github.com/pre-commit/mirrors-mypy
14-
rev: "v1.11.2"
14+
rev: "v1.13.0"
1515
hooks:
1616
- id: mypy
1717
additional_dependencies: [types-jsonschema, xarray, types-tabulate, numpy]
1818
- repo: https://github.com/igorshubovych/markdownlint-cli
19-
rev: v0.42.0
19+
rev: v0.43.0
2020
hooks:
2121
- id: markdownlint
2222
- repo: https://github.com/mwouts/jupytext

0 commit comments

Comments
 (0)