Skip to content

Commit

Permalink
Fix some typos in isort and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien 'Bubu' Busi committed Jun 19, 2019
1 parent 4c9f85d commit c06d390
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .isort.cfg
@@ -0,0 +1,10 @@
[settings]
line_length=79
indent=' '
multi_line_output=3
known_first_party=tartiflette,tests
include_trailing_comma=1
use_parentheses=1
force_grid_wrap=0
combine_as_imports=1
lines_between_types=1
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -26,7 +26,7 @@ style: check-format check-import

.PHONY: complexity
complexity:
xenon --max-absolute B --max-modules B --max-average A tartiflette
xenon --max-absolute B --max-modules B --max-average A tartiflette_plugin_time_it

.PHONY: test-unit
test-unit: clean
Expand Down

0 comments on commit c06d390

Please sign in to comment.