summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-07-11 18:21:59 -0400
committerrsiddharth <s@ricketyspace.net>2020-07-11 18:22:11 -0400
commit8e19751d14f5f3cf17094631e210ed4bef2c2f7f (patch)
treebe82f146dce347544ce7a984df746b28e653d7a5
parent1670904a3796263e2dcda188435875e933e0bcf6 (diff)
Makefile: update 'fmt'
-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: