cliff/cliff
Jiri Podivin 56b700afca Removing brackets around tested conditional
While permissible syntactically, using brackets to wrap tested conditional is unnecessary
and potentially confusing. As without inserted whitspace the code may look as a function
call, rather than a statement and expression.

The construct is also considered erroneous by linters.

Closes-Bug: 1983593

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I0a086a8349e2a72cae024857e148fddc3556c319
2022-08-04 16:32:44 +02:00
..
formatters requirements: Uncap PrettyTable 2021-02-11 11:01:48 +00:00
tests Removing brackets around tested conditional 2022-08-04 16:32:44 +02:00
__init__.py add setup.py and package directory 2012-04-20 09:52:55 -07:00
_argparse.py Colourise and automatically page help output 2021-07-12 21:03:32 -04:00
app.py Handle SIGPIPE exit gracefully 2021-06-07 09:13:02 -04:00
columns.py Make 'FormattableColumn' comparable 2021-01-29 15:40:42 +00:00
command.py Add conflict_handler parameter as attribut in Command class 2021-06-04 18:33:58 +02:00
commandmanager.py Replace getargspec with getfullargspec 2021-05-13 09:12:39 +08:00
complete.py Remove six 2020-10-29 11:27:41 +00:00
display.py Remove six 2020-10-29 11:27:41 +00:00
help.py Colourise and automatically page help output 2021-07-12 21:03:32 -04:00
hooks.py Remove six 2020-10-29 11:27:41 +00:00
interactive.py Automatically page interactive root help output 2021-07-12 21:03:39 -04:00
lister.py Add '--sort-ascending', '--sort-descending' parameters 2021-01-29 15:40:42 +00:00
show.py Remove six 2020-10-29 11:27:41 +00:00
sphinxext.py Add autoprogram_cliff_app_dist_name config opt 2019-11-14 12:09:22 -06:00
utils.py Replace getargspec with getfullargspec 2021-05-13 09:12:39 +08:00