diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-11-26 08:54:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-26 08:54:36 +0000 |
commit | 6955c210b7791375e945e876223e6cf6b2231391 (patch) | |
tree | 8a24012ce638b553cd2c16dd278d34a324cb1995 /pyproject.toml | |
parent | d1750e5eca6fd95db3516928cad18b32e557f56f (diff) | |
parent | 066afda2f6f650fe108d285a239d08d59d92590d (diff) | |
download | stable-diffusion-webui-gfx803-6955c210b7791375e945e876223e6cf6b2231391.tar.gz stable-diffusion-webui-gfx803-6955c210b7791375e945e876223e6cf6b2231391.tar.bz2 stable-diffusion-webui-gfx803-6955c210b7791375e945e876223e6cf6b2231391.zip |
Merge pull request #14059 from akx/upruff
Update Ruff to 0.1.6
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 80541a8f..d03036e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ exclude = [ ignore = [ "E501", # Line too long + "E721", # Do not compare types, use `isinstance` "E731", # Do not assign a `lambda` expression, use a `def` "I001", # Import block is un-sorted or un-formatted |