Skip to content

Commit

Permalink
update black
Browse files Browse the repository at this point in the history
  • Loading branch information
faroit committed Apr 15, 2024
1 parent 535abd9 commit 4258d47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.7
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9

- name: Install Black and flake8
run: pip install black==22.3.0 flake8
run: pip install black==24.4.0 flake8
- name: Run Black
run: python -m black --config=pyproject.toml --check openunmix tests scripts

Expand Down

0 comments on commit 4258d47

Please sign in to comment.