is there any reason why the `build_support/flake8`...
# development
h
is there any reason why the
build_support/flake8
directory needs to exist?
h
I think we have our flake8 config file in it. How come?
h
directory is empty other than a
BUILD
file
h
Oh, weird. I thought we had a config file. Feel free to remove then
h
oh I guess we do have a file there, it's just a dotfile
👍 1
j
Is there an advantage to it being a dot file? Makes sense when it’s in a home directory or root of a repo, but if it is in its own directory, it should feel be able to let its hair down and be visible.
h
it'd probaby be a good idea to change it to not being a dot file, if it's easy to configure flake8 in that way
h
Yeah no particular reason. I think I thought it had to be hidden