Skip to content

Commit

Permalink
Fix coding style checks
Browse files Browse the repository at this point in the history
Closes #24
  • Loading branch information
RoTranDo committed Oct 13, 2023
1 parent 74e343a commit d1d5d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-style-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Test with tox
run: tox -e flake -e isort -e black
run: tox -e flake,isort,black

0 comments on commit d1d5d9c

Please sign in to comment.