Skip to content

Commit edb071c

Browse files
committed
ci: fix ci
1 parent 84b9bb0 commit edb071c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ define lint_target
2424
poetry run black $(1)
2525
poetry run isort $(1)
2626
$(if $(filter .,$(1)), \
27-
poetry run nbqa ruff . --nbqa-exclude="leetcode_py/cli/resources/" --ignore=F401$(COMMA)F821, \
27+
poetry run nbqa ruff . --nbqa-exclude="leetcode_py/cli/resources/" --ignore=F401$(COMMA)F821 --fix, \
2828
poetry run nbqa ruff $(1) --ignore=F401$(COMMA)F821)
2929
poetry run ruff check $(1) --exclude="**/*.ipynb"
3030
poetry run mypy $(1) \

0 commit comments

Comments
 (0)