Skip to content

Commit

Permalink
chore: fix ruff lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Jul 1, 2024
1 parent b4a3b22 commit 3909e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ build-backend = "poetry.core.masonry.api"
[tool.poe.tasks]
test = "poetry run pytest -vv -s tests/"
test-cov = "poetry run pytest -vv -s --cov=flashgeotext/ tests/ --cov-report xml:/home/runner/coverage.xml"
lint = "ruff ."
lint = "ruff check ."

0 comments on commit 3909e8d

Please sign in to comment.