diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ test: .PHONY: test fmt: - black --include '*.py|markdown_link_style/*.py|tests/*.py' . + black --include 'tests/.*py|markdown_link_style/.*py|.*py' . .PHONY: fmt develop: |