@@ -1,5 +1,7 @@
[flake8]
select = B,B9,C,D,DAR,E,F,N,RST,S,W
# Eventually would add D and DAR
select = B,B9,C,E,F,N,RST,S,W
ignore = E203,E501,RST201,RST203,RST301,W503,B902,N805,DAR402
max-line-length = 119
max-complexity = 10
The note is not visible to the blocked user.