Closed seanlaw closed 4 years ago
Yes, the current code is formatted in black. I have never used Travis for linting or code formatting.
Neither have I but I can only assume that it must be possible. I currently perform linting/code formatting checks on Azure Pipelines before accepting any public PR. While it is possible to automate it, I haven't gotten to that level yet. Usually, the check is sufficient to highlight red flags
@louisabraham Would it be useful to add
flake8
andblack
for linting and code formatting, respectively?Perhaps, this is something we can do later once Travis CI is in place