diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2022-05-20 10:22:42 +0200 |
---|---|---|
committer | Jose M. Guisado <jguisado@soleta.eu> | 2022-05-20 10:22:42 +0200 |
commit | d90ab82cec328004e743b2bfbb7c25b32eb299ea (patch) | |
tree | fcfbfd01f3517631119b7f41ae8363e1259177bd /cli/__init__.py | |
parent | f88bcf78ac9ffefcedfb4e108b703dac40ca5839 (diff) |
format: use autopep8
Use autopep8 for coding format, and only for whitespace changes. This
change drops use of tabs in favor of spaces.
Doesn't use autopep8 --aggresive option.
Format command:
$ autopep8 --inline --recursive .
When using git-blame, use --ignore-rev in order to ignore this
reformatting commit.
Diffstat (limited to 'cli/__init__.py')
-rw-r--r-- | cli/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/__init__.py b/cli/__init__.py index 8b13789..e69de29 100644 --- a/cli/__init__.py +++ b/cli/__init__.py @@ -1 +0,0 @@ - |