Skip to content

Commit 120acd3

Browse files
authored
Update Makefile
1 parent da986e2 commit 120acd3

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
@@ -7,7 +7,7 @@ format:
77

88
.PHONY: lint
99
lint:
10-
poetry run ruff check --exit-non-zero-on-fix --diff
10+
poetry run ruff check --exit-non-zero-on-fix
1111
poetry run ruff format --check --diff
1212
poetry run flake8 .
1313
poetry run mypy wemake_python_styleguide scripts

0 commit comments

Comments
 (0)