File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
adafruit_qtpy_esp32s3_nopsram Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 8
8
hooks :
9
9
- id : check-yaml
10
10
- id : end-of-file-fixer
11
- exclude : ' ^(tests/.*\.exp|tests/cmdline/.*|tests/.*/data/.*|ports/espressif/esp-idf-config/.*|ports/espressif/boards/.*/sdkconfig )'
11
+ exclude : ' ^(tests/.*\.exp|tests/cmdline/.*|tests/.*/data/.*)'
12
12
- id : trailing-whitespace
13
- exclude : ' ^(tests/.*\.exp|tests/cmdline/.*|tests/.*/data/.*|lib/mbedtls_errors/.* )'
13
+ exclude : ' ^(tests/.*\.exp|tests/cmdline/.*|tests/.*/data/.*|lib/mbedtls_errors/generate_errors.diff )'
14
14
- repo : https://github.com/codespell-project/codespell
15
15
rev : v2.2.4
16
16
hooks :
Original file line number Diff line number Diff line change @@ -5,4 +5,3 @@ CONFIG_ESP32S3_SPIRAM_SUPPORT=n
5
5
#
6
6
CONFIG_LWIP_LOCAL_HOSTNAME="espressif-esp32s3"
7
7
# end of LWIP
8
-
Original file line number Diff line number Diff line change @@ -69,4 +69,3 @@ CONFIG_CAMERA_DMA_BUFFER_SIZE_MAX=32768
69
69
#
70
70
CONFIG_ESP_CONSOLE_UART_TX_GPIO=1
71
71
CONFIG_ESP_CONSOLE_UART_RX_GPIO=3
72
-
You can’t perform that action at this time.
0 commit comments