Add flake8 config

This commit is contained in:
Erik Sundell
2021-10-28 09:39:01 +02:00
parent 0cdf03afd2
commit 39ed51b841

12
.flake8 Normal file
View File

@@ -0,0 +1,12 @@
[flake8]
# Ignore style and complexity
# E: style errors
# W: style warnings
# C: complexity
# F841: local variable assigned but never used
ignore = E, C, W, F841
builtins =
c
load_subconfig
exclude =
build/