mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:43:28 +02:00
ruff: add INP lint
this checks for missing __init__.py files, there was one :)
This commit is contained in:
0
media_manager/auth/__init__.py
Normal file
0
media_manager/auth/__init__.py
Normal file
@@ -1,16 +1,19 @@
|
||||
namespace-packages = ["alembic", "metadata_relay"]
|
||||
|
||||
[format]
|
||||
line-ending = "lf"
|
||||
quote-style = "double"
|
||||
|
||||
[lint]
|
||||
# to be enabled: ANN, BLE, C90, CPY, D, DOC, DTZ, FBT, G, INP, INT, N, PERF, PIE, PL, PTH, RET, RSE, SLF, SIM, TC, TRY, UP
|
||||
# to be enabled: ANN, BLE, C90, CPY, D, DOC, DTZ, FBT, G, INT, N, PERF, PIE, PL, PTH, RET, RSE, SLF, SIM, TC, TRY, UP
|
||||
extend-select = [
|
||||
"A", "ARG", "ASYNC",
|
||||
"B",
|
||||
"C4", "COM",
|
||||
"DTZ",
|
||||
"E", "EM", "EXE",
|
||||
"F", "FA", "FAST", "FIX", "FLY", "FURB",
|
||||
"I", "ICN", "ISC",
|
||||
"I", "ICN", "INP", "ISC",
|
||||
"LOG",
|
||||
"PGH", "PT", "PYI",
|
||||
"Q",
|
||||
|
||||
Reference in New Issue
Block a user