Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ruff to 0.3.2 and black to 24 #19878

Merged
merged 8 commits into from
Mar 13, 2024
Merged

Bump ruff to 0.3.2 and black to 24 #19878

merged 8 commits into from
Mar 13, 2024

Conversation

justinchuby
Copy link
Contributor

Motivation and Context

Routing updates

@justinchuby justinchuby marked this pull request as draft March 13, 2024 02:36
@@ -147,20 +147,17 @@

@classmethod
@abstractmethod
def create_inputs_outputs(cls, op_param):
...
def create_inputs_outputs(cls, op_param): ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

def add_case(self, op_param, model):
self.cases += [(op_param, model)]

@abstractmethod
def create_cases(self):
...
def create_cases(self): ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

@classmethod
@abstractmethod
def case_profile(cls, op_param, time):
...
def case_profile(cls, op_param, time): ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
@justinchuby justinchuby requested a review from snnn March 13, 2024 03:08
@justinchuby justinchuby added the merge on green This PR can be merged when the CI is green. Please merge. label Mar 13, 2024
@justinchuby justinchuby marked this pull request as ready for review March 13, 2024 03:08
@snnn snnn merged commit faea42a into main Mar 13, 2024
95 checks passed
@snnn snnn deleted the justinchu/bump-ruff-black branch March 13, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge on green This PR can be merged when the CI is green. Please merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants