Skip to content

Commit

Permalink
disable black
Browse files Browse the repository at this point in the history
  • Loading branch information
aamalev committed Jun 16, 2023
1 parent c8adeb3 commit 865fa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
hatch run lint:isort -c aiohttp_apiset tests
- name: black
if: ${{ matrix.lint }}
if: ${{ matrix.black }}
run: |
hatch run lint:black --check --diff aiohttp_apiset tests
- name: mypy
Expand Down

0 comments on commit 865fa0b

Please sign in to comment.