Skip to content

Commit

Permalink
Fix poethepoet configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 1, 2023
1 parent 8a1034d commit 499b0ef
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 @@ -178,7 +178,7 @@ lint = [
{ cmd = "black --check ." },
{ cmd = "isort --check ." },
{ cmd = "validate-pyproject pyproject.toml" },
{ cmd = "proselint *.rst doc/**.rst" },
{ cmd = "proselint *.rst doc/*.rst" },
# { cmd = "mypy" },
]

Expand Down

0 comments on commit 499b0ef

Please sign in to comment.