Skip to content

Commit aaccbda

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ab6e200 commit aaccbda

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ envs.docs.dependency-groups = [ "doc" ]
6666
envs.docs.scripts.build = "sphinx-build -M html docs docs/_build"
6767
envs.docs.scripts.clean = "git clean -fdX docs"
6868
envs.docs.scripts.open = "python -m webbrowser -t docs/_build/html/index.html"
69-
envs.hatch-test.default-args = [ ]
69+
envs.hatch-test.default-args = []
7070
envs.hatch-test.dependency-groups = [ "test-min" ]
7171
# TODO: remove scipy once https://github.com/pypa/hatch/pull/2127 is released
7272
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

0 commit comments

Comments
 (0)