frigate/.github/workflows
Martin Weinelt b339f53bb4
Add isort and ruff linter
Both linters are pretty common among modern python code bases.

The isort tool provides stable sorting and grouping, as well as pruning
of unused imports.

Ruff is a modern linter, that is very fast due to being written in rust.
It can detect many common issues in a python codebase.

Removes the pylint dev requirement, since ruff replaces it.
2023-05-24 01:38:52 +02:00
..
ci.yml Bump docker/build-push-action from 3 to 4 (#5319) 2023-04-15 15:21:23 -05:00
dependabot-auto-merge.yaml Auto approve dependabot PRs (#5147) 2023-04-16 07:15:10 -05:00
maintain_cache.yml Bump docker/build-push-action from 3 to 4 (#5319) 2023-04-15 15:21:23 -05:00
pull_request.yml Add isort and ruff linter 2023-05-24 01:38:52 +02:00
stale.yml easier python deps (#4827) 2022-12-30 16:43:32 -06:00