Bump pytest from 6.2.5 to 7.4.3 #143
Annotations
10 errors and 1 warning
esphome/components/adafruit_epaper/adafruit_epaper.cpp#L1
File does not end with a newline, please add an empty line at the end of the file.
|
esphome/components/adafruit_epaper/adafruit_epaper.cpp#L17
delay(500); - long calls to delay() are not allowed in ESPHome because everything executes in one thread. Calling delay() will block the main thread and slow down ESPHome.
|
esphome/components/adafruit_epaper/adafruit_epaper.cpp#L94
delay(100); - long calls to delay() are not allowed in ESPHome because everything executes in one thread. Calling delay() will block the main thread and slow down ESPHome.
|
esphome/components/adafruit_epaper/adafruit_epaper.h#L1
File does not end with a newline, please add an empty line at the end of the file.
|
esphome/components/adafruit_epaper/ssd1680.h#L1
File does not end with a newline, please add an empty line at the end of the file.
|
esphome/components/adafruit_epaper/ssd1680.h#L3
#define macros for integer constants are not allowed, please use static const uint8_t SSD1680_DRIVER_CONTROL = 0x01; style instead (replace uint8_t with the appropriate datatype). See also Google style guide.
|
esphome/components/adafruit_epaper/ssd1680.h#L4
#define macros for integer constants are not allowed, please use static const uint8_t SSD1680_GATE_VOLTAGE = 0x03; style instead (replace uint8_t with the appropriate datatype). See also Google style guide.
|
esphome/components/adafruit_epaper/ssd1680.h#L5
#define macros for integer constants are not allowed, please use static const uint8_t SSD1680_SOURCE_VOLTAGE = 0x04; style instead (replace uint8_t with the appropriate datatype). See also Google style guide.
|
esphome/components/adafruit_epaper/ssd1680.h#L6
#define macros for integer constants are not allowed, please use static const uint8_t SSD1680_PROGOTP_INITIAL = 0x08; style instead (replace uint8_t with the appropriate datatype). See also Google style guide.
|
esphome/components/adafruit_epaper/ssd1680.h#L7
#define macros for integer constants are not allowed, please use static const uint8_t SSD1680_PROGREG_INITIAL = 0x09; style instead (replace uint8_t with the appropriate datatype). See also Google style guide.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading