Skip to content

Commit b0bffc1

Browse files
committed
Switch to ruff like MicroPython
1 parent 9d2ae4e commit b0bffc1

File tree

99 files changed

+465
-828
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+465
-828
lines changed

.pre-commit-config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ repos:
5555
args: [ --fix ]
5656
# Run the formatter.
5757
- id: ruff-format
58+
- repo: https://github.com/tox-dev/pyproject-fmt
59+
rev: "v2.5.0"
60+
hooks:
61+
- id: pyproject-fmt

0 commit comments

Comments
 (0)