Skip to content

Commit 730a2a9

Browse files
committed
remove certain excludes from pre-commit
1 parent cc5451e commit 730a2a9

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ repos:
88
hooks:
99
- id: check-yaml
1010
- 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/.*)'
1212
- 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)'
1414
- repo: https://github.com/codespell-project/codespell
1515
rev: v2.2.4
1616
hooks:

ports/espressif/boards/adafruit_qtpy_esp32s3_nopsram/sdkconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ CONFIG_ESP32S3_SPIRAM_SUPPORT=n
55
#
66
CONFIG_LWIP_LOCAL_HOSTNAME="espressif-esp32s3"
77
# end of LWIP
8-

ports/espressif/boards/espressif_esp32_eye/sdkconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ CONFIG_CAMERA_DMA_BUFFER_SIZE_MAX=32768
6969
#
7070
CONFIG_ESP_CONSOLE_UART_TX_GPIO=1
7171
CONFIG_ESP_CONSOLE_UART_RX_GPIO=3
72-

0 commit comments

Comments
 (0)