remove dev tool changes fro branch
This commit is contained in:
4
.github/workflows/tox.yaml
vendored
4
.github/workflows/tox.yaml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Tox PR CI
|
name: Tox PR CI
|
||||||
|
|
||||||
on: [pull_request, workflow_dispatch]
|
on: [pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -14,8 +14,8 @@ jobs:
|
|||||||
platform:
|
platform:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
python-version:
|
python-version:
|
||||||
|
- 3.7
|
||||||
- 3.8
|
- 3.8
|
||||||
- 3.9
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"files.associations": {
|
|
||||||
"*.yaml": "home-assistant"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,9 +1,9 @@
|
|||||||
black==21.4b0
|
black==21.4b0
|
||||||
codespell==2.0.0
|
codespell==2.0.0
|
||||||
flake8==3.9.2
|
flake8==3.9.2
|
||||||
mypy==0.910
|
mypy==0.901
|
||||||
pydocstyle==6.1.1
|
pydocstyle==6.1.1
|
||||||
cryptography==3.4.8
|
cryptography==3.2
|
||||||
pylint==2.11.1
|
pylint==2.8.2
|
||||||
pylint-strict-informational==0.1
|
pylint-strict-informational==0.1
|
||||||
homeassistant==2021.11.2
|
homeassistant==2021.1.4
|
6
tox.ini
6
tox.ini
@@ -1,13 +1,13 @@
|
|||||||
[tox]
|
[tox]
|
||||||
skipsdist = true
|
skipsdist = true
|
||||||
envlist = py{38,39}, lint, typing
|
envlist = py{37,38}, lint, typing
|
||||||
skip_missing_interpreters = True
|
skip_missing_interpreters = True
|
||||||
cs_exclude_words = hass,unvalid
|
cs_exclude_words = hass,unvalid
|
||||||
|
|
||||||
[gh-actions]
|
[gh-actions]
|
||||||
python =
|
python =
|
||||||
|
3.7: clean, py37, lint, typing
|
||||||
3.8: clean, py38, lint, typing
|
3.8: clean, py38, lint, typing
|
||||||
3.9: clean, py38, lint, typing
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
passenv = TOXENV CI
|
passenv = TOXENV CI
|
||||||
@@ -35,4 +35,4 @@ commands =
|
|||||||
|
|
||||||
[testenv:typing]
|
[testenv:typing]
|
||||||
commands =
|
commands =
|
||||||
mypy --ignore-missing-imports --follow-imports=skip custom_components
|
mypy --ignore-missing-imports --follow-imports=skip custom_components
|
Reference in New Issue
Block a user