##// END OF EJS Templates
check-code: drop the check for whitespace around named parameters...
check-code: drop the check for whitespace around named parameters This check flags py3 annotations of named parameters, because `black` adds spaces around the assignment in this case. Since the chosen formatter has opinions (and pylint also wants the space in the case of annotations), drop the check so we can use py3 annotations.
Matt Harbison -
r50465:3a2b6158 default
Show More
Name Size Modified Last Commit Author
/ rust / rhg / src
commands
utils
blackbox.rs Loading ...
color.rs Loading ...
error.rs Loading ...
main.rs Loading ...
ui.rs Loading ...