Skip to content

Commit

Permalink
Remove black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed Jul 27, 2024
1 parent 7c8b116 commit fdb9d07
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@ jobs:
pip install -r requirements-dev.txt
isort --check .
formatting-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.11.1

- name: Code Formatting (App)
run: |
pip install -r requirements-dev.txt
black --check .
formatting-ruff:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fdb9d07

Please sign in to comment.