Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 6bf4ac8

Browse files
authored
Merge pull request #83 from MiraGeoscience/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 39de1da + 7675879 commit 6bf4ac8

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
@@ -12,7 +12,7 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/python-poetry/poetry
15-
rev: 2.0.1
15+
rev: 2.1.1
1616
hooks:
1717
- id: poetry-check
1818
args: [--lock]
@@ -22,7 +22,7 @@ repos:
2222
- id: pycln
2323
args: [--config=pyproject.toml]
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.9.4
25+
rev: v0.9.9
2626
hooks:
2727
- id: ruff
2828
args:
@@ -31,7 +31,7 @@ repos:
3131
# - --unsafe-fixes
3232
- id: ruff-format
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.14.1
34+
rev: v1.15.0
3535
hooks:
3636
- id: mypy
3737
additional_dependencies: [

0 commit comments

Comments
 (0)