diff options
author | Thomas Haller <thaller@redhat.com> | 2023-07-25 14:10:27 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-07-25 14:10:27 (GMT) |
commit | 9a2664056f8a30593f449cecc0c2dce1120c75f1 (patch) | |
tree | 2e17337aa22f2540c18fbd64625ee993af216b51 | |
parent | e6b934a59c01d3ddcc20532a2846ac8d2d9cd154 (diff) | |
download | libnl-9a2664056f8a30593f449cecc0c2dce1120c75f1.zip libnl-9a2664056f8a30593f449cecc0c2dce1120c75f1.tar.gz libnl-9a2664056f8a30593f449cecc0c2dce1120c75f1.tar.bz2 |
python: add ".flake8" file for configuring "flake8"
Add a `.flake8` file, so that running plain flake8 in the source tree
does the right thing.
-rw-r--r-- | .flake8 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +[flake8] +extend-ignore = + E203 + E501 +filename = + *.py + *.py.in |