chore: Remove __futures__ import and corresponding ruff skips
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
Helpers when analyzing backtest data
|
Helpers when analyzing backtest data
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import annotations
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import typing
|
import typing
|
||||||
from copy import copy
|
from copy import copy
|
||||||
|
|||||||
@@ -157,8 +157,6 @@ extend-ignore = [
|
|||||||
"S607", # Starting a process with a partial executable path
|
"S607", # Starting a process with a partial executable path
|
||||||
"S608", # Possible SQL injection vector through string-based query construction
|
"S608", # Possible SQL injection vector through string-based query construction
|
||||||
"NPY002", # Numpy legacy random generator
|
"NPY002", # Numpy legacy random generator
|
||||||
"UP006", # non-pep585-annotation
|
|
||||||
"UP007", # non-pep604-annotation
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff.lint.mccabe]
|
[tool.ruff.lint.mccabe]
|
||||||
|
|||||||
Reference in New Issue
Block a user