Skip to content

Commit

Permalink
Chore: Adjust linter invocation to use most recent version of Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 29, 2024
1 parent 12b97b9 commit 49b3467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ develop = [
"isort<6",
"black<25",
"poethepoet<1",
"ruff",
"ruff<0.6",
]
release = [
"build<2",
Expand Down Expand Up @@ -152,7 +152,7 @@ format = [
{cmd="isort pytest_mqtt testing"},
]
lint = [
{cmd="ruff ."},
{cmd="ruff check ."},
{cmd="black --check ."},
{cmd="isort --check pytest_mqtt testing"},
]
Expand Down

0 comments on commit 49b3467

Please sign in to comment.