We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9ecbf7 + 8f3914b commit efca7b6Copy full SHA for efca7b6
2 files changed
.pre-commit-config.yaml
@@ -16,16 +16,14 @@ repos:
16
- id: no-commit-to-branch
17
args: [--branch=main]
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.15.9
+ rev: v0.15.20
20
hooks:
21
- id: ruff-check
22
- id: ruff-format
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.20.0
+ rev: v2.1.0
25
26
- id: mypy
27
- additional_dependencies:
28
- - numpy
29
- repo: https://github.com/codespell-project/codespell
30
rev: v2.4.2
31
pyproject.toml
@@ -69,7 +69,6 @@ python_version = "3.10"
69
ignore_missing_imports = true
70
warn_no_return = false
71
packages = "spatialleiden"
72
-plugins = "numpy.typing.mypy_plugin"
73
74
[tool.codespell]
75
ignore-words-list = "coo"
0 commit comments