Skip to content

Commit

Permalink
Issue #16 Enable black github actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jan 22, 2024
1 parent 9a4ab1b commit ca0d0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install isort black flake8
- name: isort
run: python -m isort . --check --diff
# - name: black
# run: python -m black --check --diff .
- name: black
run: python -m black --check --diff .
# - name: flake8
# run: python -m flake8 .

0 comments on commit ca0d0af

Please sign in to comment.