Logo
Explore Help
Sign In
Mirrors/blakeblackshear.frigate
1
0
Fork 0
You've already forked blakeblackshear.frigate
mirror of https://github.com/blakeblackshear/frigate.git synced 2026-02-20 13:54:36 +01:00
Code Issues Projects Releases Wiki Activity
Files
0c4ea504d8e0c3d1b68987b07cd9a4819d24d8b6
blakeblackshear.frigate/pyproject.toml

3 lines
65 B
TOML
Raw Normal View History

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
[tool.ruff]
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 14:04:43 +00:00
ignore = ["E501","E711","E712"]
extend-select = ["I"]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 442ms Template: 12ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API