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-05-04 04:27:42 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
5b51718990
frigate
/
pyproject.toml
4 lines
71 B
TOML
Raw
Normal View
History
Unescape
Escape
Resolve ruff deprecation warning The config has been split into formatter and linter, and the global options are deprecated.
2025-05-13 06:50:57 +03:00
[
tool
.
ruff
.
lint
]
Docs improvements (#8641) * go all in on ruff * upgrade docusaurus * add netlify toml * broken link * fix netlify toml * start filling out guide * add debian setup detail * simplify bash command
2023-11-18 17:04:43 +03:00
ignore
=
[
"E501"
,
"E711"
,
"E712"
]
Resolve ruff deprecation warning The config has been split into formatter and linter, and the global options are deprecated.
2025-05-13 06:50:57 +03:00
extend-select
=
[
"I"
]
Reference in New Issue
Copy Permalink