From 40cf0a949cbfa491d4a7606f0fa76851ded0c1eb Mon Sep 17 00:00:00 2001 From: Bo Liu Date: Tue, 16 Apr 2024 13:56:51 +0800 Subject: [PATCH] fix: github action --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ad5905b..876d479 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,20 @@ gradio = [ "markdown==3.4.1", "SentencePiece==0.1.96" ] +lint = [ + "isort", + "black[jupyter] >= 22.6.0", + "pylint[spelling] >= 2.15.0", + "flake8", + "flake8-bugbear", + "flake8-comprehensions", + "flake8-docstrings", + "flake8-pyi", + "flake8-simplify", + "ruff", + "pyenchant", + "pre-commit", +] [tool.setuptools] packages = {find = {exclude = ["images"]}}