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
|
071ff40f20
|
Port check-mir to Python 3
|
2019-09-04 19:24:44 -03:00 |
|
Benjamin Drung
|
cc7170eccb
|
Fix all flake8 issues
|
2017-05-01 00:20:03 +02:00 |
|
Benjamin Drung
|
50e589a239
|
check-mir: Fix remaining PEP 8 issues (and use future print function).
|
2014-03-18 23:54:36 +01:00 |
|
Robie Basak
|
02d3f8f3a0
|
Fix pep8 violation (line length) in previous commit
|
2014-03-17 08:18:22 +00:00 |
|
Robie Basak
|
c1e3ca14dc
|
check-mir: correctly parse dependencies with architecture specifications
|
2014-03-17 08:15:17 +00:00 |
|
Benjamin Drung
|
337917c4d9
|
Break long lines into two commands.
|
2012-05-27 00:46:24 +02:00 |
|
Stefano Rivera
|
b26dbaee68
|
check-mir: Use optparse to display --help
|
2012-05-05 19:37:41 +02:00 |
|
Benjamin Drung
|
aa96842c84
|
Remove trailing spaces.
|
2011-05-23 23:44:45 +02:00 |
|
Benjamin Drung
|
a99497b5ce
|
Make pylint happy about check-mir.
|
2011-01-14 11:09:21 +01:00 |
|
Martin Pitt
|
8460bb2bdf
|
check-mir: Check binary dependencies, too.
|
2011-01-13 19:24:40 -06:00 |
|
Martin Pitt
|
8d12afe1e9
|
Add check-mir script: Check components of build dependencies and warn
about universe/multiverse ones, for a package destined for
main/restricted. Add doc/check-mir.1 manpage.
|
2011-01-13 19:10:37 -06:00 |
|