Skip to content

Commit

Permalink
remove leading "- " to avoid false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 30, 2024
1 parent a78dd72 commit 33ae245
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 @@ -99,7 +99,7 @@ features = [
detached = true
features = ["lint"]
[tool.hatch.envs.lint.scripts]
all = ["- black", "- flake8", ]
all = ["black", "flake8"]
black = "python -m black ."
flake8 = "python -m flake8 ."

Expand Down

0 comments on commit 33ae245

Please sign in to comment.