Remove alignments in arguments for format statements
This commit is contained in:
+1
-4
@@ -98,7 +98,7 @@ Some `flake8` error codes are ignored for this project for various reasons. The
|
|||||||
camelCase function and variable names. This is the standard for the Qt libraries novelWriter
|
camelCase function and variable names. This is the standard for the Qt libraries novelWriter
|
||||||
integrates with. It also happens to be the author's personal preferences. (Yay!)
|
integrates with. It also happens to be the author's personal preferences. (Yay!)
|
||||||
|
|
||||||
The reason behind the other ignored error codes are listed below. Most of them are due to PEP8 not
|
The reason behind the other ignored error codes are listed below. Two of them are due to PEP8 not
|
||||||
permitting column alignment as opposed to many other coding styles, like for instance for Go. I
|
permitting column alignment as opposed to many other coding styles, like for instance for Go. I
|
||||||
find them useful in regions of bulk value assignments. There's a reason why tables are more
|
find them useful in regions of bulk value assignments. There's a reason why tables are more
|
||||||
readable than lists. They should be used sparingly though.
|
readable than lists. They should be used sparingly though.
|
||||||
@@ -122,6 +122,3 @@ strings. Use formatting instead.
|
|||||||
|
|
||||||
**E241:** multiple spaces after ‘,’
|
**E241:** multiple spaces after ‘,’
|
||||||
**Reason:** Column alignment.
|
**Reason:** Column alignment.
|
||||||
|
|
||||||
**E251:** unexpected spaces around keyword / parameter equals
|
|
||||||
**Reason:** Column alignment.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user