Skip to content

Commit b74c906

Browse files
committed
update pre-commit config;remove non-CircuitPython extmod files
1 parent e76bc12 commit b74c906

File tree

4 files changed

+3
-255
lines changed

4 files changed

+3
-255
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: check-yaml
1515
- id: end-of-file-fixer
@@ -55,14 +55,14 @@ repos:
5555
language: python
5656
- repo: https://github.com/astral-sh/ruff-pre-commit
5757
# Ruff version.
58-
rev: v0.9.4
58+
rev: v0.15.7
5959
hooks:
6060
# Run the linter.
6161
- id: ruff
6262
args: [ --fix ]
6363
# Run the formatter.
6464
- id: ruff-format
6565
- repo: https://github.com/tox-dev/pyproject-fmt
66-
rev: "v2.5.0"
66+
rev: "v2.21.0"
6767
hooks:
6868
- id: pyproject-fmt

extmod/cyw43_config_common.h

Lines changed: 0 additions & 126 deletions
This file was deleted.

extmod/littlefs-include/lfs2_defines.h

Lines changed: 0 additions & 12 deletions
This file was deleted.

extmod/lwip-include/lwipopts_common.h

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)