Skip to content

Commit

Permalink
Update .lintrunner.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby authored Feb 6, 2024
1 parent e36c3ed commit be3394e
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.1.5',
'ruff==0.2.1',
]
is_formatter = true

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

Expand Down

0 comments on commit be3394e

Please sign in to comment.