Skip to content

Commit

Permalink
Upgrade black to latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed May 19, 2022
1 parent bcdf37a commit c008dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/make-release-notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys

_, VERSION, CHANGELOG, LIST = sys.argv
HEADER_REGEX = fr"# {VERSION} \(\d\d\d\d-\d\d-\d\d\)\n"
HEADER_REGEX = rf"# {VERSION} \(\d\d\d\d-\d\d-\d\d\)\n"

notes_list = []

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ commands =
[testenv:style]
basepython = python3
deps =
black==19.10b0
black==22.3.0
flake8
flake8-2020
flake8-bugbear
Expand All @@ -37,7 +37,7 @@ commands =
[testenv:fix-style]
basepython = python3
deps =
black==19.10b0
black==22.3.0
pyupgrade==2.28.0
whitelist_externals =
bash
Expand Down

0 comments on commit c008dda

Please sign in to comment.