Skip to content

Commit a73abda

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hadialqattan/pycln: v2.4.0 → v2.5.0](hadialqattan/pycln@v2.4.0...v2.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.9.4](astral-sh/ruff-pre-commit@v0.6.9...v0.9.4) - [github.com/pre-commit/mirrors-mypy: v1.12.0 → v1.14.1](pre-commit/mirrors-mypy@v1.12.0...v1.14.1) - [github.com/codingjoe/relint: 3.2.0 → 3.3.1](codingjoe/relint@3.2.0...3.3.1) - [github.com/MiraGeoscience/pre-commit-hooks: v1.0.1 → v1.1.0](MiraGeoscience/pre-commit-hooks@v1.0.1...v1.1.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1)
1 parent b9e9474 commit a73abda

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ ci:
1212

1313
repos:
1414
- repo: https://github.com/hadialqattan/pycln
15-
rev: v2.4.0
15+
rev: v2.5.0
1616
hooks:
1717
- id: pycln
1818
args: [--config=pyproject.toml]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.6.9
20+
rev: v0.9.4
2121
hooks:
2222
- id: ruff
2323
args:
@@ -28,7 +28,7 @@ repos:
2828
- id: ruff-format
2929
exclude: ^docs/
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.12.0
31+
rev: v1.14.1
3232
hooks:
3333
- id: mypy
3434
additional_dependencies: [
@@ -39,12 +39,12 @@ repos:
3939
]
4040
exclude: ^(docs|surface_apps-assets)/
4141
- repo: https://github.com/codingjoe/relint
42-
rev: 3.2.0
42+
rev: 3.3.1
4343
hooks:
4444
- id: relint
4545
args: [-W] # to fail on warnings
4646
- repo: https://github.com/MiraGeoscience/pre-commit-hooks
47-
rev: v1.0.1
47+
rev: v1.1.0
4848
hooks:
4949
- id: check-copyright
5050
files: (^LICENSE|^README(|-dev).rst|\.py|\.pyi)$
@@ -61,7 +61,7 @@ repos:
6161
types: [python]
6262
exclude: ^(docs|surface_apps-assets)/
6363
- repo: https://github.com/codespell-project/codespell
64-
rev: v2.3.0
64+
rev: v2.4.1
6565
hooks:
6666
- id: codespell
6767
exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$

0 commit comments

Comments
 (0)