chore: monthly updates for Aug'23; bump version

- revised readme, better theming support, improved wording where needed
- granular config for ruff linter & pyright type checker, re-format code
- update dependencies, bump version
This commit is contained in:
Jovial Joe Jayarson
2023-08-17 11:26:22 +05:30
parent ba3aa17f4e
commit ac8e6017f5
5 changed files with 146 additions and 90 deletions

View File

@@ -1,6 +1,4 @@
"""
Initialize test module
"""
"""Initialize test module."""
# standard
import logging

View File

@@ -1,12 +1,12 @@
"""Unit Tests."""
# standard
from importlib import import_module
from dataclasses import dataclass # , field
from importlib import import_module
from itertools import product
import unittest
import sys
import os
import sys
import unittest
# from pathlib import Path
# from inspect import cleandoc