diff options
author | Robert Smieja <robertsmieja@users.noreply.github.com> | 2022-10-15 08:19:16 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-15 13:26:07 +0000 |
commit | d3ffc962dd1d5c8d0ed763a9d05832c153ff15ea (patch) | |
tree | 5df8ab76bb13c54b1c4c393a7a7fe5e6c9f1968c /.pylintrc | |
parent | eef3bc649069d6caaef1274f132de28e528bfa7d (diff) | |
download | stable-diffusion-webui-gfx803-d3ffc962dd1d5c8d0ed763a9d05832c153ff15ea.tar.gz stable-diffusion-webui-gfx803-d3ffc962dd1d5c8d0ed763a9d05832c153ff15ea.tar.bz2 stable-diffusion-webui-gfx803-d3ffc962dd1d5c8d0ed763a9d05832c153ff15ea.zip |
Add basic Pylint to catch syntax errors on PRs
Diffstat (limited to '.pylintrc')
-rw-r--r-- | .pylintrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 00000000..53254e5d --- /dev/null +++ b/.pylintrc @@ -0,0 +1,3 @@ +# See https://pylint.pycqa.org/en/latest/user_guide/messages/message_control.html +[MESSAGES CONTROL] +disable=C,R,W,E,I |