Skip to content

Commit 9e2a9fe

Browse files
committed
revert pyproject.toml
1 parent 6d3891e commit 9e2a9fe

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ envs.docs.dependency-groups = [ "doc" ]
6565
envs.docs.scripts.build = "sphinx-build -M html docs docs/_build"
6666
envs.docs.scripts.clean = "git clean -fdX docs"
6767
envs.docs.scripts.open = "python -m webbrowser -t docs/_build/html/index.html"
68-
envs.hatch-test.default-args = []
68+
envs.hatch-test.default-args = [ ]
6969
envs.hatch-test.dependency-groups = [ "test-min" ]
7070
# TODO: remove scipy once https://github.com/pypa/hatch/pull/2127 is released
7171
envs.hatch-test.extra-dependencies = [ "ipykernel", "ipycytoscape", "scipy" ]
@@ -91,7 +91,7 @@ metadata.hooks.docstring-description = {}
9191
metadata.hooks.fancy-pypi-readme.content-type = "text/x-rst"
9292
metadata.hooks.fancy-pypi-readme.fragments = [ { path = "README.rst", start-after = ".. begin" } ]
9393
version.source = "vcs"
94-
version.raw-options = { local_scheme = "no-local-version" } # be able to publish dev version
94+
version.raw-options = { local_scheme = "no-local-version" } # be able to publish dev version
9595

9696
[tool.uv]
9797
override-dependencies = [ "sphinx>=9.0.1" ]
@@ -132,7 +132,7 @@ lint.per-file-ignores."typings/**/*.pyi" = [ "A002", "F403", "F405", "N801" ]
132132
lint.allowed-confusables = [ "×", "" ]
133133
lint.flake8-bugbear.extend-immutable-calls = [ "testing.fast_array_utils.Flags" ]
134134
lint.flake8-copyright.notice-rgx = "SPDX-License-Identifier: MPL-2\\.0"
135-
lint.flake8-type-checking.exempt-modules = []
135+
lint.flake8-type-checking.exempt-modules = [ ]
136136
lint.flake8-type-checking.strict = true
137137
lint.isort.known-first-party = [ "fast_array_utils" ]
138138
lint.isort.lines-after-imports = 2
@@ -145,7 +145,6 @@ strict = true
145145
implicit_reexport = true
146146
explicit_package_bases = true
147147
mypy_path = [ "$MYPY_CONFIG_FILE_DIR/typings", "$MYPY_CONFIG_FILE_DIR/src" ]
148-
overrides = [ { module = [ "jax", "jax.*" ], ignore_missing_imports = true } ]
149148

150149
[tool.pyright]
151150
stubPath = "./typings"

0 commit comments

Comments
 (0)