mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 16:43:06 +00:00
Revert "chore: pre-commit now needs rich types"
This reverts commit bc60855b93.
This commit is contained in:
@@ -18,9 +18,7 @@ with require.open("r") as rfile:
|
||||
|
||||
# Extract types only
|
||||
type_reqs = [
|
||||
r.strip("\n")
|
||||
for r in requirements
|
||||
if r.startswith("types-") or r.startswith("SQLAlchemy") or r.startswith("rich")
|
||||
r.strip("\n") for r in requirements if r.startswith("types-") or r.startswith("SQLAlchemy")
|
||||
]
|
||||
|
||||
with pre_commit_file.open("r") as file:
|
||||
|
||||
Reference in New Issue
Block a user