diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-10 06:09:41 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-10 06:09:41 +0000 |
commit | 57ef617251a5cb118fb5a49c6e7cd2b609323ab0 (patch) | |
tree | 4869a5c204e2053623c4c0b6273e2d9f9f5622fd /pyproject.toml | |
parent | 837d3a94b7ad938cbb94409e9b263973f526e86a (diff) | |
download | stable-diffusion-webui-gfx803-57ef617251a5cb118fb5a49c6e7cd2b609323ab0.tar.gz stable-diffusion-webui-gfx803-57ef617251a5cb118fb5a49c6e7cd2b609323ab0.tar.bz2 stable-diffusion-webui-gfx803-57ef617251a5cb118fb5a49c6e7cd2b609323ab0.zip |
integrate the PR's config
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0883c127..24f5b1ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,10 @@ target-version = "py310" -exclude = ["extensions"] +exclude = [ + "extensions", + "extensions-disabled", +] ignore = [ "E501", # Line too long |