Browse Source

chore: fix black Makefile

tags/v1.0.2
Jérôme Deuchnord 2 years ago
parent
commit
8ea4a9f731
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -1,5 +1,5 @@
black:
poetry run black kosmorrolib setup.py
poetry run black kosmorrolib

.PHONY: tests
tests: doctests


Loading…
Cancel
Save