Benjamin Drung
|
b1bc7e1cdc
|
Address pylint complaints
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
|
2023-01-30 23:10:31 +01:00 |
|
Benjamin Drung
|
3354b526b5
|
style: Format Python code with black
```
PYTHON_SCRIPTS=$(grep -l -r '^#! */usr/bin/python3$' .)
black -C -l 99 . $PYTHON_SCRIPTS
```
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
|
2023-01-30 19:45:36 +01:00 |
|
Stefano Rivera
|
05ce00a49a
|
Port enforced-editing-wrapper to python 3
|
2019-09-04 19:24:44 -03:00 |
|
Stefano Rivera
|
bb1dcea894
|
And VISUAL
|
2011-12-03 00:03:00 +02:00 |
|
Stefano Rivera
|
5b8ac8354e
|
submittodebian: Do the report boiler-plate checking in a script that wraps
an editor, so that we only edit the report once, after checking for
duplicates.
|
2011-12-02 23:42:29 +02:00 |
|