Skip to content
Snippets Groups Projects
Commit 7203e638 authored by Campbell Barton's avatar Campbell Barton
Browse files

Cleanup: spelling

parent 26bc7816
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ def main(): ...@@ -57,7 +57,7 @@ def main():
"autopep8", "autopep8",
"--ignore", "--ignore",
",".join(( ",".join((
# Info: Use "isinstance()" instead of comparing types directly. # Info: Use `isinstance()` instead of comparing types directly.
# Why disable?: Changes code logic, in rare cases we want to compare exact types. # Why disable?: Changes code logic, in rare cases we want to compare exact types.
"E721", "E721",
# Info: Fix bare except. # Info: Fix bare except.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment