Skip to content

Commit 549ac80

Browse files
authored
Merge pull request #66 from MiraGeoscience/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f55b5db + 62e0b29 commit 549ac80

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
@@ -17,7 +17,7 @@ repos:
1717
- id: pycln
1818
args: [--config=pyproject.toml]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.11.5
20+
rev: v0.12.2
2121
hooks:
2222
- id: ruff
2323
args:
@@ -26,7 +26,7 @@ repos:
2626
# - --unsafe-fixes
2727
- id: ruff-format
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v1.15.0
29+
rev: v1.16.1
3030
hooks:
3131
- id: mypy
3232
additional_dependencies: [
@@ -94,7 +94,7 @@ repos:
9494
exclude_types: [jupyter]
9595
exclude: ^docs/(.*/)?images/
9696
- repo: https://github.com/rstcheck/rstcheck
97-
rev: v6.2.4
97+
rev: v6.2.5
9898
hooks:
9999
- id: rstcheck
100100
exclude: ^THIRD_PARTY_SOFTWARE.rst$

0 commit comments

Comments
 (0)