Skip to content

Commit

Permalink
Adjust max line length for black
Browse files Browse the repository at this point in the history
  • Loading branch information
egegunes committed May 28, 2019
1 parent 7565c28 commit 0ab023c
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
@@ -1,7 +1,7 @@
dev-requirements:
pip install -r dev-requirements.txt
lint:
flake8 redmine/ tests/
flake8 --max-line-length 88 redmine/ tests/
isort -rc -c redmine/ tests/
install:
pip install -e .
Expand Down

0 comments on commit 0ab023c

Please sign in to comment.