diff --git a/pyproject.toml b/pyproject.toml index 0dc39d8ff..6422398b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ filterwarnings =[ 'ignore:.*(\b(pkg_resources\.declare_namespace|np\.bool8|np\.find_common_type|cumproduct|product)\b).*:DeprecationWarning', # JAX issues an over-eager warning if os.fork() is called when the JAX module is loaded, even if JAX isn't being used - 'ignore::RuntimeWarning:jax._src.xla_bridge', + "ignore::RuntimeWarning:jax._src.xla_bridge", ] [tool.black]