Skip to content

Commit 2ac002c

Browse files
committed
wip
1 parent d4758a0 commit 2ac002c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.flake8

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[flake8]
2+
3+
ignore =
4+
# These are needed to make our license headers pass the linting
5+
E265,
6+
E266,
7+
8+
# 10% larger than the standard 80 character limit. Conforms to the black
9+
# standard and Bugbear's B950.
10+
max-line-length = 88

nrfx-blink-sdk/west.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ manifest:
1111
name-allowlist:
1212
- cmsis # required by the ARM port
1313
- hal_nordic # required by the custom_plank board (Nordic based)
14-

0 commit comments

Comments
 (0)