Skip to content

Commit

Permalink
Add flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Oct 28, 2021
1 parent 0cdf03a commit 39ed51b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 39ed51b

Please sign in to comment.