Cleanup: explicitly disable autopep8 for rna_manual_reference

Currently the "exclude" option for autopep8 isn't as reliable as it
should be since passing in absolute paths to autopep8 causes
the paths not to match. See: D14686 for details.

So explicitly disable autopep8 in this generated file (the generator
has already been updated).

Also use spaces for indentation otherwise autopep8 re-indents them.
This seems like a bug in autopep8 since it's changing lines with
autopep8 disabled. Use a workaround instead of looking into a fix since
it's simpler for all our Python files to use spaces instead of tabs and
there isn't much benefit mixing indentation for scripts.
This commit is contained in:
Campbell Barton 2022-04-21 10:59:32 +10:00
parent b719fa267a
commit 5fc488559c
1 changed files with 2841 additions and 2838 deletions

File diff suppressed because it is too large Load Diff