summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c043404..815c258 100644
--- a/Makefile
+++ b/Makefile
@@ -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: