Skip to content

Commit

Permalink
fix: remove config from make, using pyproject instead
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiobotaro authored and drgarcia1986 committed Feb 11, 2021
1 parent 012095a commit dd875ec
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 @@ -12,7 +12,7 @@ test:
lint:
@poetry run flake8 shared_memory_dict
@poetry run isort --check shared_memory_dict
@poetry run black --skip-string-normalization --line-length 79 --check shared_memory_dict
@poetry run black --check shared_memory_dict
@poetry run mypy shared_memory_dict

coverage:
Expand Down

0 comments on commit dd875ec

Please sign in to comment.