This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
blakeblackshear.frigate
Watch
1
Star
0
Fork
0
You've already forked blakeblackshear.frigate
mirror of
https://github.com/blakeblackshear/frigate.git
synced
2024-11-21 19:07:46 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
d2a2643cd6
blakeblackshear.frigate
/
requirements-dev.txt
4 lines
27 B
Plaintext
Raw
Normal View
History
Unescape
Escape
update deps (#6093) * update dev deps * update deps * docs deps * python dev deps * update python deps
2023-04-15 21:17:59 +02:00
black == 23.3.*
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 12:31:17 +02:00
isort
ruff
Reference in New Issue
Copy Permalink