Skip to content

Commit

Permalink
chore: update ruff version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby authored Mar 2, 2024
1 parent 21d7266 commit ee56db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lintrunner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ init_command = [
'run',
'pip_init',
'--dry-run={{DRYRUN}}',
'ruff==0.2.1',
'ruff==0.3.0',
]
is_formatter = true

Expand All @@ -373,7 +373,7 @@ init_command = [
'run',
'pip_init',
'--dry-run={{DRYRUN}}',
'ruff==0.2.1',
'ruff==0.3.0',
]
is_formatter = true

Expand Down

0 comments on commit ee56db5

Please sign in to comment.