Skip to content

Commit

Permalink
update black (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael Cristal <[email protected]>
  • Loading branch information
raphaelcristal and Raphael Cristal committed May 2, 2022
1 parent a7f7ee8 commit c72572f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Pipfile
env
.vscode
.coverage
.idea
coverage.xml
htmlcov/
junit/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ develop = [
"invoke==1.4.1"
]
test = [
"black==20.8b1",
"black==22.3.0",
"isort==5.6.4",
"mypy==0.931",
"pylint==2.8.3",
Expand Down

0 comments on commit c72572f

Please sign in to comment.