Skip to content

Commit

Permalink
Update black
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kristiansen committed Dec 10, 2021
1 parent 51c3988 commit d70abdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==20.8b1
black==21.10b0
flake8
isort
mypy
Expand Down
6 changes: 1 addition & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ max-complexity = 18
select = B,C,E,F,W,T4

[isort]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88
profile = black

[mypy]
files={{REPO_NAME}},tests
Expand Down

0 comments on commit d70abdd

Please sign in to comment.