Skip to content

Commit

Permalink
add taplo recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
zebengberg committed Sep 14, 2023
1 parent cf4f84f commit 817be2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ black:

black-check:
black pycontrails --check


# https://taplo.tamasfe.dev/
taplo:
taplo format pyproject.toml --option indent_string=' '

mypy:
mypy pycontrails

Expand Down

0 comments on commit 817be2e

Please sign in to comment.