summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-07-25 14:10:27 (GMT)
committerThomas Haller <thaller@redhat.com>2023-07-25 14:10:27 (GMT)
commit9a2664056f8a30593f449cecc0c2dce1120c75f1 (patch)
tree2e17337aa22f2540c18fbd64625ee993af216b51
parente6b934a59c01d3ddcc20532a2846ac8d2d9cd154 (diff)
downloadlibnl-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--.flake87
1 files changed, 7 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000..afddf49
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,7 @@
+[flake8]
+extend-ignore =
+ E203
+ E501
+filename =
+ *.py
+ *.py.in