Skip to content

Commit efca7b6

Browse files
authored
Merge pull request #27 from HiDiHlabs/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f9ecbf7 + 8f3914b commit efca7b6

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,14 @@ repos:
1616
- id: no-commit-to-branch
1717
args: [--branch=main]
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.15.9
19+
rev: v0.15.20
2020
hooks:
2121
- id: ruff-check
2222
- id: ruff-format
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.20.0
24+
rev: v2.1.0
2525
hooks:
2626
- id: mypy
27-
additional_dependencies:
28-
- numpy
2927
- repo: https://github.com/codespell-project/codespell
3028
rev: v2.4.2
3129
hooks:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ python_version = "3.10"
6969
ignore_missing_imports = true
7070
warn_no_return = false
7171
packages = "spatialleiden"
72-
plugins = "numpy.typing.mypy_plugin"
7372

7473
[tool.codespell]
7574
ignore-words-list = "coo"

0 commit comments

Comments
 (0)