Skip to content

Commit

Permalink
Update black to v22.3.0 (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
femtobit committed Mar 30, 2022
1 parent 5b6b0fe commit 25ad301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatting_check.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Pip install python dependencies
run: |
python -m pip install --upgrade pip
pip install -v black==22.1.0
pip install -v black==22.3.0
- name: Black Code Formatter
run: black --check --diff --color .
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@
"coverage>=5",
"networkx~=2.4",
"pre-commit>=2.7",
"black==22.1.0",
"black==22.3.0",
"flake8==4.0.1",
]
MPI_DEPENDENCIES = ["mpi4py>=3.0.1, <4", "mpi4jax~=0.3.1"]
Expand Down

0 comments on commit 25ad301

Please sign in to comment.