Implement subscription from RSS feed
This commit is contained in:
parent
4674cc926c
commit
835b9a42a1
11 changed files with 185 additions and 271 deletions
|
|
@ -40,7 +40,7 @@ select = ["A", "ARG", "B", "C", "E", "F", "FURB", "G", "I","ICN", "ISC", "PERF",
|
|||
ignore = ["E275", "FURB140", "I001", "PERF203", "RET502", "RET503", "SIM105"]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"tests/*" = ["SLF001"]
|
||||
"tests/*" = ["SLF001", "PLR2004"]
|
||||
|
||||
[tool.ruff.lint.flake8-quotes]
|
||||
inline-quotes = "single"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue