Skip to content

Commit 2ce9dc7

Browse files
committed
Merge branch 'adafruit_main' into tilegrid_size_props
2 parents c4be8a5 + 7f189b3 commit 2ce9dc7

File tree

91 files changed

+1079
-119
lines changed

Some content is hidden

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

91 files changed

+1079
-119
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v2.3.0
7+
rev: v4.0.1
88
hooks:
99
- id: check-yaml
1010
- id: end-of-file-fixer

BUILDING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ We apply code quality checks using pre-commit. Install pre-commit once per syst
100100

101101
Activate it once per git clone with
102102

103-
pre-commit --install
103+
pre-commit install
104104

105105
Pre-commit also requires some additional programs to be installed through your package manager:
106106

0 commit comments

Comments
 (0)