Skip to content

Commit

Permalink
Update deprecated Ruff CLI args (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Reynolds <[email protected]>
  • Loading branch information
shenanigansd authored Mar 24, 2024
1 parent 299eead commit 9364c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Invoke-Upgrade-Deps
function Invoke-Lint
{
pre-commit run --all-files
python -m ruff --fix .
python -m ruff check --fix .
python -m ruff format .
python -m mypy --strict src/
}
Expand Down

0 comments on commit 9364c1a

Please sign in to comment.