Skip to content

Commit

Permalink
remove pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Малахов Алексей Павлович committed Aug 24, 2024
1 parent 9092e4e commit 0c9b446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tests: tests-unit tests-integration tests-cli
[ -n $$CI ] && coverage xml -i || true # always success
coverage report -i

lint: black flake pylint mypy
lint: black flake mypy

black:
black --target-version py310 --check --skip-string-normalization --line-length $(MAX_LINE_LENGTH) $(CODE)
Expand Down

0 comments on commit 0c9b446

Please sign in to comment.