From ee216bdb9308f6ba30dd82c6d1940f2908e1577c Mon Sep 17 00:00:00 2001 From: jorenham Date: Thu, 10 Oct 2024 03:13:36 +0200 Subject: [PATCH] centered table columns --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67ce7a8a..6e72ab4a 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,8 @@ The exact version requirements are specified in the [`pyproject.toml`](pyproject ## Development Status -| Package | `ruff`/`flake8-pyi` | `stubtest` | `based{mypy,pyright}` | completeness score | -| ------------------- | ------------------- | ------------------ | --------------------- | ---------------------- | +| Package | `ruff`/`flake8-pyi` | `stubtest` | `based{mypy,pyright}` | completeness | +| :------------------ | :-----------------: | :----------------: | :-------------------: | :--------------------: | | `scipy._lib` | :heavy_check_mark: | :x: | :x: | :waxing_crescent_moon: | | `scipy.cluster` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :full_moon: | | `scipy.constants` | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :full_moon: |