Skip to content

Commit

Permalink
Fix beartype
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney committed Dec 13, 2023
1 parent 557d15c commit 04bc0f2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
[tool.pytest.ini_options]
addopts=[
"--doctest-modules",
"--jaxtyping-packages=sparse_autoencoder,beartype.beartype",
"--jaxtyping-packages=src,beartype.beartype",
"-W ignore::beartype.roar.BeartypeDecorHintPep585DeprecationWarning",
"-s",
]
Expand Down Expand Up @@ -141,7 +141,7 @@
convention="google"

[tool.ruff.lint.pylint]
max-args=15
max-args=10

[tool.pyright]
# All rules apart from base are shown explicitly below
Expand Down

0 comments on commit 04bc0f2

Please sign in to comment.