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