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
2026-07-07 12:31:15 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
4ee12e6237
frigate
/
docker
/
main
/
requirements-dev.txt
5 lines
48 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Increase ruff coverage (#23644) * Pin ruff * Add python upgrade fixes This enables python upgrade checks in ruff to look for deprecated types and patterns. This namely fixes: - usage of deprecated `Typing` which is now built in - some specific exceptions which are caught and have new aliases Some specific UP checks were also ignored as they are stylistic / unimportant and likely to cause bugs * Remove async blocking calls Use asyncio.to_thread on two remaining blocking calls to fix hanging event thread loop. Enable this specific rule to block it in the future. * Use proper logging mechanism * Correctly format logs * Raise with context When raising an exception include the from context to improve debugging * Cleanup
2026-07-06 20:28:02 +03:00
ruff == 0.15.20
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