Skip to content

Commit

Permalink
Make flake8 check formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Jan 1, 2021
1 parent d16d387 commit 557501f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ workflows:
- py39
- py38
- py37
- black
- check-manifest
- flake8

Expand Down Expand Up @@ -50,8 +49,6 @@ jobs:
docker:
- image: mopidy/ci-python:3.7

black: *test-template

check-manifest: *test-template

flake8: *test-template
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ lint =
black
check-manifest
flake8
flake8-black
flake8-bugbear
flake8-import-order
isort[pyproject]
Expand Down
6 changes: 1 addition & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, py39, black, check-manifest, flake8
envlist = py37, py38, py39, check-manifest, flake8

[testenv]
sitepackages = true
Expand All @@ -10,10 +10,6 @@ commands =
--cov=mopidy_soundcloud --cov-report=term-missing \
{posargs}

[testenv:black]
deps = .[lint]
commands = python -m black --check .

[testenv:check-manifest]
deps = .[lint]
commands = python -m check_manifest
Expand Down

0 comments on commit 557501f

Please sign in to comment.