diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-10-28 10:59:41 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-10-28 11:01:22 +0100 |
| commit | 00f0c39903653772d72c9c0adce661508138c0b0 (patch) | |
| tree | a5d3c0536c2edf4bb8ae314b7ae07bfc223597d8 /python/makefile.py | |
| parent | 3727be24a032e0577d19ccf5ad995059f7cf6d68 (diff) | |
python: apply black formatting
The python/ directory hasn't been shoved into black yet (unlike
topotests, where most FRR python code is.) Run black over it.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'python/makefile.py')
| -rw-r--r-- | python/makefile.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/makefile.py b/python/makefile.py index 7a682615ef..573871fb68 100644 --- a/python/makefile.py +++ b/python/makefile.py @@ -161,7 +161,10 @@ for clippy_file in clippy_scan: # combine daemon .xref files into frr.xref out_lines.append("") xref_targets = [ - target for target in xref_targets if target not in [ + target + for target in xref_targets + if target + not in [ "bgpd/rfp-example/rfptest/rfptest", "pimd/mtracebis", "tools/ssd", |
