dependabot-preview[bot]
8483cb64d2
Bump homeassistant from 2021.1.1 to 2021.1.3
...
Bumps [homeassistant](https://github.com/home-assistant/core ) from 2021.1.1 to 2021.1.3.
- [Release notes](https://github.com/home-assistant/core/releases )
- [Changelog](https://github.com/home-assistant/core/blob/dev/azure-pipelines-release.yml )
- [Commits](https://github.com/home-assistant/core/compare/2021.1.1...2021.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2021-01-15 13:54:18 +00:00
dependabot-preview[bot]
e030c38e41
Bump homeassistant from 2021.1.0 to 2021.1.1
...
Bumps [homeassistant](https://github.com/home-assistant/core ) from 2021.1.0 to 2021.1.1.
- [Release notes](https://github.com/home-assistant/core/releases )
- [Changelog](https://github.com/home-assistant/core/blob/dev/azure-pipelines-release.yml )
- [Commits](https://github.com/home-assistant/core/compare/2021.1.0...2021.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2021-01-09 17:30:02 +01:00
dependabot-preview[bot]
29622f3182
Bump homeassistant from 2020.12.2 to 2021.1.0
...
Bumps [homeassistant](https://github.com/home-assistant/core ) from 2020.12.2 to 2021.1.0.
- [Release notes](https://github.com/home-assistant/core/releases )
- [Changelog](https://github.com/home-assistant/core/blob/dev/azure-pipelines-release.yml )
- [Commits](https://github.com/home-assistant/core/compare/2020.12.2...2021.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2021-01-07 01:38:01 +00:00
dependabot-preview[bot]
94d1c93510
Bump homeassistant from 2020.12.1 to 2020.12.2
...
Bumps [homeassistant](https://github.com/home-assistant/core ) from 2020.12.1 to 2020.12.2.
- [Release notes](https://github.com/home-assistant/core/releases )
- [Changelog](https://github.com/home-assistant/core/blob/dev/azure-pipelines-release.yml )
- [Commits](https://github.com/home-assistant/core/compare/2020.12.1...2020.12.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-12-30 14:06:45 +01:00
dependabot-preview[bot]
6869a0ac5d
Bump mypy from 0.782 to 0.790 ( #245 )
...
Bumps [mypy](https://github.com/python/mypy ) from 0.782 to 0.790.
- [Release notes](https://github.com/python/mypy/releases )
- [Commits](https://github.com/python/mypy/compare/v0.782...v0.790 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Pierre Ståhl <pierre.staahl@gmail.com >
2020-12-17 19:38:21 +01:00
dependabot-preview[bot]
be29474050
Bump flake8 from 3.8.3 to 3.8.4
...
Bumps [flake8](https://gitlab.com/pycqa/flake8 ) from 3.8.3 to 3.8.4.
- [Release notes](https://gitlab.com/pycqa/flake8/tags )
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.3...3.8.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-12-17 13:18:39 +00:00
dependabot-preview[bot]
f5add5ae98
Bump codespell from 1.17.1 to 2.0.0
...
Bumps [codespell](https://github.com/codespell-project/codespell ) from 1.17.1 to 2.0.0.
- [Release notes](https://github.com/codespell-project/codespell/releases )
- [Commits](https://github.com/codespell-project/codespell/compare/v1.17.1...v2.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-12-17 13:14:14 +00:00
dependabot-preview[bot]
ad0f80f122
Bump homeassistant from 2020.12.0 to 2020.12.1 ( #244 )
...
Bumps [homeassistant](https://github.com/home-assistant/core ) from 2020.12.0 to 2020.12.1.
- [Release notes](https://github.com/home-assistant/core/releases )
- [Changelog](https://github.com/home-assistant/core/blob/dev/azure-pipelines-release.yml )
- [Commits](https://github.com/home-assistant/core/compare/2020.12.0...2020.12.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Pierre Ståhl <pierre.staahl@gmail.com >
2020-12-17 14:09:21 +01:00
Pierre Ståhl
f72cbc0b5a
Run pylint from tox ( #243 )
2020-12-17 09:26:55 +01:00
Pierre Ståhl
b7173f3033
Switch to cryptograhy for crypto routines
2020-09-27 09:48:03 +02:00
Pierre Ståhl
98612a0d70
Enable type checking with mypy
2020-09-23 18:33:10 +02:00
Pierre Ståhl
4e72767b30
Fix flake8 issues and enable flake8 in tox
2020-09-23 17:50:24 +02:00
Pierre Ståhl
a18c69f8eb
Fix pydocstyle issues and enable in tox
2020-09-23 16:47:08 +02:00
Pierre Ståhl
30392d3ac5
Initial step to have continuous integration
...
This commit introduces the use of tox, which currently only verifies
that code is formatted according to the black project. More checks will
come in upcoming PRs for codespell, pydocstyle, flake8 and mypy.
A GitHub actions is included that runs tox on new pull requests, so we
get automatic feedback and can block commits that fail any check.
Another (official) action that runs hassfest is included as well, to
make sure we are compatible with Home Assistant.
2020-09-22 12:29:05 +02:00