Skip to content

Commit

Permalink
nox: update to black == 21.4b2
Browse files Browse the repository at this point in the history
black == 20.8b1 causes issues on appveyor due to an old version of
typing_ast.
  • Loading branch information
coderkalyan committed Nov 24, 2021
1 parent 19731b6 commit 562762a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def lint(session):
},
)
if is_latest_python(session):
session.install("black == 20.8b1")
session.install("black == 21.4b2")
session.run("black", "--check", ".")


Expand Down

0 comments on commit 562762a

Please sign in to comment.