This website requires JavaScript.
Explore
Help
Sign In
administrator
/
frigate
Watch
1
Star
0
Fork
0
You've already forked frigate
mirror of
https://github.com/blakeblackshear/frigate.git
synced
2025-12-06 13:34:13 +03:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
338b681ed0
frigate
/
docker
/
main
/
requirements-dev.txt
5 lines
37 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add isort and ruff linter (#6575) * 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. * treewide: fix issues detected by ruff * treewide: fix bare except clauses * .devcontainer: Set up isort * treewide: optimize imports * treewide: apply black * treewide: make regex patterns raw strings This is necessary for escape sequences to be properly recognized.
2023-05-29 13:31:17 +03:00
ruff
Enable mypy for DB and fix types (#19434) * Install peewee type hints * Models now have proper types * Fix iterator type * Enable debug builds with dev reqs installed * Install as wheel * Fix cast type
2025-08-08 20:25:39 +03:00
# types
types-peewee == 3.17.*
Reference in New Issue
Copy Permalink