Loading colored/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ from .convert import Convert from .cprint import cprint from .foreground import Fore __version__: str = '2.3.1' __version__: str = '2.3.2' __all__ = [ 'Colored', 'fore', 'back', 'style', 'fore_rgb', 'back_rgb', Loading pyproject.toml +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "colored" version = "2.3.1" version = "2.3.2" authors = [ {name = "Dimitris Zlatanidis", email = "dslackw@gmail.com"}, ] Loading Loading @@ -44,7 +44,7 @@ strict = true warn_return_any = true disallow_untyped_calls = true ignore_missing_imports = true exclude = ["^tests/", "^unittests/"] exclude = ["^tests/", "^unittests/", "^tests_pytest/"] [tool.pylint.MESSAGES_CONTROL] disable = ["missing-module-docstring", "missing-class-docstring", "C0301", "duplicate-code"] Loading Loading
colored/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ from .convert import Convert from .cprint import cprint from .foreground import Fore __version__: str = '2.3.1' __version__: str = '2.3.2' __all__ = [ 'Colored', 'fore', 'back', 'style', 'fore_rgb', 'back_rgb', Loading
pyproject.toml +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "colored" version = "2.3.1" version = "2.3.2" authors = [ {name = "Dimitris Zlatanidis", email = "dslackw@gmail.com"}, ] Loading Loading @@ -44,7 +44,7 @@ strict = true warn_return_any = true disallow_untyped_calls = true ignore_missing_imports = true exclude = ["^tests/", "^unittests/"] exclude = ["^tests/", "^unittests/", "^tests_pytest/"] [tool.pylint.MESSAGES_CONTROL] disable = ["missing-module-docstring", "missing-class-docstring", "C0301", "duplicate-code"] Loading