Skip to content

Commit

Permalink
let black reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
ptichoid committed Jun 4, 2024
1 parent 1cbb2c9 commit 57aca40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
pip install tox
- name: Run linters
run: tox -e lint
run: tox -e format
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ deps =
isort
commands =
flake8 . --max-line-length=120
black --check . --diff --line-length 120
black . --diff --line-length 120
pylint --max-line-length=120 *.py
mypy .
isort --check-only . --line-length 120
isort . --line-length 120

0 comments on commit 57aca40

Please sign in to comment.