1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-25 04:41:59 +03:00
Commit Graph

1 Commits

Author SHA1 Message Date
71ea0c6d07 Add CI workflow to lint and check formatting of Python files
On every push and pull request that affects relevant files, run flake8 to check the Python files of
the repository for issues and black to check formatting.

The .flake8 file is used to configure flake8:
https://flake8.pycqa.org/en/latest/user/configuration.html
2021-07-15 09:38:58 -07:00