Skip to content

Commit

Permalink
Update black to 22.3.0 (#19)
Browse files Browse the repository at this point in the history
- Previous version of black was incompatible with newer versions of click

Co-authored-by: Evan Rourke <evan.rourke@str.us>
  • Loading branch information
rawrke and Evan Rourke committed Jan 13, 2023
1 parent 5a88822 commit 96440e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python_version = "{python_version}"
[packages]

[dev-packages]
black = "==20.8b1"
black = "==22.3.0"
flake8 = "*"
isort = "*"
mypy = "*"
Expand Down

0 comments on commit 96440e3

Please sign in to comment.