File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ComparisonResult # unused variable
2+ NominativeArguments # unused variable
3+ PositionalArguments # unused variable
4+ package_name # unused variable
5+ silence # unused variable
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ linters = [
145145 # --- BEGIN: Injected by Copier ---
146146 # --- END: Injected by Copier ---
147147 """ isort --check-only --diff sources tests""" ,
148- """ vulture sources """ ,
148+ """ vulture""" ,
149149 """ pyright sources""" ,
150150]
151151packagers = [
@@ -269,6 +269,7 @@ markers = [
269269[tool .ruff ]
270270builtins = [ ' ictr' ]
271271cache-dir = ' .auxiliary/caches/ruff'
272+ extend-exclude = [ ' vulturefood.py' ]
272273indent-width = 4
273274line-length = 79
274275[tool .ruff .lint ]
@@ -373,10 +374,10 @@ name = 'Repairs'
373374showcontent = true
374375
375376[tool .vulture ]
376- paths = [ ' sources' ]
377- min_confidence = 80
377+ paths = [ ' .auxiliary/configuration/vulturefood.py ' , ' sources' ]
378+ min_confidence = 60
378379exclude = [
379380 ' */imports.py' ,
380381]
381382ignore_decorators = [ ' @__.cabc.abstractmethod' , ' @__.typx.overload' ]
382- ignore_names = [ ]
383+ ignore_names = [ ' main ' ]
Original file line number Diff line number Diff line change 1+ ComparisonResult # unused variable
2+ NominativeArguments # unused variable
3+ PositionalArguments # unused variable
4+ package_name # unused variable
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ linters = [
183183 {%- endif %}
184184 # --- END: Injected by Copier ---
185185 """isort --check-only --diff sources tests""",
186- """vulture sources """,
186+ """vulture""",
187187 """pyright sources""",
188188]
189189packagers = [
@@ -327,6 +327,7 @@ markers = [
327327[tool .ruff ]
328328# builtins = [ 'ic' ]
329329cache-dir = ' .auxiliary/caches/ruff'
330+ extend-exclude = [ ' vulturefood.py' ]
330331indent-width = 4
331332line-length = 79
332333[tool .ruff .lint ]
@@ -418,10 +419,10 @@ name = 'Repairs'
418419showcontent = true
419420
420421[tool .vulture ]
421- paths = [ ' sources' ]
422- min_confidence = 80
422+ paths = [ ' .auxiliary/configuration/vulturefood.py ' , ' sources' ]
423+ min_confidence = 60
423424exclude = [
424425 ' */imports.py' ,
425426]
426427ignore_decorators = [ ' @__.cabc.abstractmethod' , ' @__.typx.overload' ]
427- ignore_names = [ ]
428+ ignore_names = [ ' main ' ]
You can’t perform that action at this time.
0 commit comments