Update black to 22.3.0

This commit is contained in:
messense 2022-03-30 11:22:26 +08:00
parent 9b92d98414
commit 8febab1fe9
No known key found for this signature in database
GPG Key ID: BB41A8A2C716CCA9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def fmt_rust(session: nox.Session):
@nox.session(name="fmt-py")
def fmt_py(session: nox.Session):
session.install("black==22.1.0")
session.install("black==22.3.0")
session.run("black", ".", "--check")