Skip to content

Commit 538c2eb

Browse files
committed
1 parent 8a6253d commit 538c2eb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.3.4
14+
rev: v0.9.9
1515
hooks:
1616
- id: ruff-format
1717
- id: ruff

examples/esp32spi/minimqtt_certificate_esp32spi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
22
# SPDX-License-Identifier: MIT
33

4-
from os import getenv
5-
64
import adafruit_connection_manager
75
import board
86
import busio

0 commit comments

Comments
 (0)