[skip changelog] Add linting and formatting for Python scripts (#832)
* [skip changelog] Added Python linting and formatting Python linting is done using flake8 and formatting with black. A linting workflow will run any time a Python file is modified, a format workflow instead can be triggered by commenting in a PR. Taskfile has been updated with lint and format tasks. * [skip changelog] Fixed all Python linting issues * [skip changelog] Fix Python linting and removed format workflow
Showing
.flake8
0 → 100644
This diff is collapsed.
Please register or sign in to comment