Bump pylint from 2.14.5 to 3.0.0 #273
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
17 errors
Test tests/test5.yaml
Process completed with exit code 1.
|
|
Run script/clang-tidy for ESP32 IDF:
script/clang-tidy#L211
idedata = load_idedata(args.environment)
|
Run script/clang-tidy for ESP32 IDF:
script/helpers.py#L149
stdout = subprocess.check_output(["pio", "run", "-t", "idedata", "-e", environment])
|
Run script/clang-tidy for ESP32 IDF
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
|
Run script/clang-tidy for ESP32 IDF
raise CalledProcessError(retcode, process.args,
|
Run script/clang-tidy for ESP32 IDF
Process completed with exit code 1.
|
Run script/lint-python:
esphome/components/animation/__init__.py#L62
[E1101(no-member), to_code] Module 'PIL.Image' has no 'NONE' member
|
Run script/lint-python:
esphome/components/animation/__init__.py#L125
[E1101(no-member), to_code] Module 'PIL.Image' has no 'NONE' member
|
Run script/lint-python:
esphome/components/font/__init__.py#L149
[W3101(missing-timeout), download_gfonts] Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely
|
Run script/lint-python:
esphome/components/font/__init__.py#L165
[W3101(missing-timeout), download_gfonts] Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely
|
Run script/lint-python:
esphome/components/image/__init__.py#L70
[E1101(no-member), to_code] Module 'PIL.Image' has no 'NONE' member
|
Run script/lint-python:
esphome/components/image/__init__.py#L70
[E1101(no-member), to_code] Module 'PIL.Image' has no 'FLOYDSTEINBERG' member
|
Run script/lint-python:
esphome/components/shelly_dimmer/light.py#L76
[W3101(missing-timeout), get_firmware.dl] Missing timeout argument for method 'requests.get' can cause your program to hang indefinitely
|
Run script/lint-python:
esphome/cpp_generator.py#L181
[R1713(consider-using-join), ArrayInitializer.__str__] Consider using str.join(sequence) for concatenating strings from an iterable
|
Run script/lint-python:
esphome/dashboard/dashboard.py#L826
[W3101(missing-timeout), LoginHandler.post_ha_addon_login] Missing timeout argument for method 'requests.post' can cause your program to hang indefinitely
|
Run script/lint-python:
esphome/loader.py#L161
[R1705(no-else-return), _lookup_module] Unnecessary "else" after "return", remove the "else" and de-indent the code inside it
|