Skip to content

Commit

Permalink
del black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
ptichoid committed Jun 4, 2024
1 parent 57aca40 commit a1566aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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 format
run: tox -e lint
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ envlist = lint
[testenv:lint]
deps =
flake8
black
pylint
mypy
isort
commands =
flake8 . --max-line-length=120
black . --diff --line-length 120
pylint --max-line-length=120 *.py
mypy .
isort . --line-length 120
isort . --check-only --line-length 120

0 comments on commit a1566aa

Please sign in to comment.