dependabot[bot]
|
84e4d70a37
|
Bump pylint from 2.15.10 to 2.17.1 (#4204)
* Bump pylint from 2.15.10 to 2.17.1
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.10 to 2.17.1.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.10...v2.17.1)
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix new pylint issues
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
|
2023-03-27 12:08:40 -04:00 |
|
dependabot[bot]
|
b1a23f3980
|
Bump pylint from 2.13.9 to 2.14.3 (#3685)
* Bump pylint from 2.13.9 to 2.14.3
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.9 to 2.14.3.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.9...v2.14.3)
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Remove non-existent or optional checkers
- `abstract-class-little-used` was removed in pylint [1.4.3](https://pylint.pycqa.org/en/latest/whatsnew/1/1.4.html#what-s-new-in-pylint-1-4-3)
- `no-self-use` became optional in pylint [2.14](https://pylint.pycqa.org/en/latest/whatsnew/2/2.14/summary.html#removed-checkers)
- `redefined-variable-type` doesn't exist. It's actually [`multiple_types`](https://pylint.pycqa.org/en/latest/user_guide/checkers/extensions.html#pylint-extensions-redefined-variable-type) and it's optional.
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
|
2022-06-22 14:30:57 -04:00 |
|
Pascal Vizeli
|
271e4f0cc4
|
Support OS-Agent Data disk (#3120)
* Support OS-Agent Data disk
* fix lint
* add tests
* Fix empty path
* revert change
* Using as_posix()
* clean not needed cast
* rename
* Rename files
|
2021-09-17 15:01:07 +02:00 |
|
dependabot[bot]
|
cd07bde307
|
Bump pylint from 2.8.3 to 2.9.1 (#2988)
* Bump pylint from 2.8.3 to 2.9.1
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.8.3 to 2.9.1.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.8.3...v2.9.1)
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update pylintrc
* Update base.py
* Update base.py
* Fix black
* fix helper
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
|
2021-07-01 18:07:15 +02:00 |
|
Pascal Vizeli
|
cb9f998ef1
|
Python 3.9 (#2886)
* Python 3.9
* Fix lint
* fix lint
|
2021-05-14 13:57:56 +02:00 |
|
Franck Nijhof
|
6caec79958
|
Complete typehinting in CoreSys (#1745)
* Complete typehinting in CoreSys
* Improve Addon model abstraction, solving Pylint warning
|
2020-05-22 17:05:40 +02:00 |
|
Franck Nijhof
|
c7b6b2ddb3
|
Cleanup and speedup pylint (#1735)
|
2020-05-21 12:01:43 +02:00 |
|
Pascal Vizeli
|
1edec61133
|
Add Ingress support (#991)
* Add Ingress support to supervisor
* Update security
* cleanup add-on extraction
* update description
* fix header part
* fix
* Fix header check
* fix tox
* Migrate docker interface typing
* Update home assistant to new docker
* Migrate supervisor
* Fix host add-on problem
* Update hassos
* Update API
* Expose data to API
* Check on API ingress support
* Add ingress URL
* Some cleanups
* debug
* disable uvloop
* Fix issue
* test
* Fix bug
* Fix flow
* Fix interface
* Fix network
* Fix metadata
* cleanups
* Fix exception
* Migrate to token system
* Fix webui
* Fix update
* Fix relaod
* Update log messages
* Attach ingress url only if enabled
* Cleanup ingress url handling
* Ingress update
* Support check version
* Fix raise error
* Migrate default port
* Fix junks
* search error
* Fix content filter
* Add debug
* Update log
* Update flags
* Update documentation
* Cleanup debugs
* Fix lint
* change default port to 8099
* Fix lint
* fix lint
|
2019-04-05 12:13:44 +02:00 |
|
Pascal Vizeli
|
7f074142bf
|
Replace pycrpytodome with cryptocraphy (#923)
* Replace pycrpytodome with cryptocraphy
* Fix typing
* fix typing
* Fix lints
* Fix build
* Add musl libc
* Fix lint
* fix lint
* Fix algo
* Add more typing fix crypto imports v2
* Fix padding
|
2019-02-20 10:30:22 +01:00 |
|
Paulus Schoutsen
|
4df42e054d
|
Leverage access and refresh tokens if available (#575)
* Leverage access and refresh tokens if available
* Update homeassistant.py
* Update homeassistant.py
* Update proxy.py
* Migrate HomeAssistant to new exception layout
* Fix build for 3.7
* Cleanups
* Fix style
* fix log strings
* Fix new style
* Fix travis build
* python 3.7
* next try
* fix
* fix lint
* Fix lint p2
* Add logging
* Fix logging
* fix access
* Fix spell
* fix return
* Fix runtime
* Add to hass config
|
2018-07-20 16:55:48 +02:00 |
|
Pascal Vizeli
|
029f277945
|
Reset readonly on remove data (#569)
* Reset readonly on remove data
* Update addon.py
* Update utils.py
* Fix lint
* Update utils.py
* Update utils.py
* Update utils.py
* Update utils.py
* Update addon.py
|
2018-07-19 12:44:16 +02:00 |
|
pvizeli
|
2f47f9aa9b
|
Split build stuff to new repo
|
2017-04-06 11:52:28 +02:00 |
|