diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-10 04:43:55 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-10 04:43:55 +0000 |
commit | a617d6488275a58da0627b3fed5f53593b2eb8b2 (patch) | |
tree | a3d69e8c3f9638736d67280cf069ee4021603875 /pyproject.toml | |
parent | f5ea1e9d928e0d45b3ebcd8ddd1cacbc6a96e184 (diff) | |
download | stable-diffusion-webui-gfx803-a617d6488275a58da0627b3fed5f53593b2eb8b2.tar.gz stable-diffusion-webui-gfx803-a617d6488275a58da0627b3fed5f53593b2eb8b2.tar.bz2 stable-diffusion-webui-gfx803-a617d6488275a58da0627b3fed5f53593b2eb8b2.zip |
add ruff config
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..9e9662ad --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,8 @@ +[tool.ruff] + +ignore = [ + "E501", + "E731" +] + +exclude = ["extensions"] |