Skip to content

Commit 9eaa565

Browse files
committed
Initial state for new refactor of scheduler
1 parent ef04f60 commit 9eaa565

File tree

11 files changed

+1998
-950
lines changed

11 files changed

+1998
-950
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ ignore = [
158158
"RET505", # allow `else` blocks
159159
"RET506", # allow `else` blocks
160160
"PD011", # ignore .values usage since ruff assumes it's a Pandas DataFrame
161+
"TC003", # ignore imports for only type checking errors
161162
]
162163
select = [
163164
# Rules reference: https://docs.astral.sh/ruff/rules/

0 commit comments

Comments
 (0)