Skip to content

Commit

Permalink
chore: path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 3, 2023
1 parent e4d7c24 commit 9aa75bf
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 @@ -45,12 +45,12 @@ test-cov-html = "pytest --cov-report=html"
lint = [
"hatch run ruff --fix .",
"hatch run ruff format .",
"hatch run mypy monomi/",
"hatch run mypy src/monomi/",
]
lint-check = [
"hatch run ruff .",
"hatch run ruff format --check .",
"hatch run mypy monomi/",
"hatch run mypy src/monomi/",
]

[build-system]
Expand Down

0 comments on commit 9aa75bf

Please sign in to comment.