We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b7f75 commit b8d5957Copy full SHA for b8d5957
Makefile
@@ -50,8 +50,8 @@ format:
50
check: check-format check-style check-actions
51
52
check-format:
53
- ruff format --check $(STYLE_CHECK_STYLE)
54
- burocrata --check --extension=py $(STYLE_CHECK_STYLE)
+ ruff format --check $(STYLE_CHECK_FILES)
+ burocrata --check --extension=py $(STYLE_CHECK_FILES)
55
56
check-style:
57
ruff check $(STYLE_CHECK_FILES)
0 commit comments