Updates black version to fix issues

This commit is contained in:
Trenton Holmes
2022-03-28 11:12:14 -07:00
parent ce5fe61e67
commit ed25212654
2 changed files with 4 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ jobs:
uses: psf/black@stable
with:
options: "--check --diff"
version: "22.1.0"
version: "22.3.0"
-
name: Run flake8 checks
run: |