We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4758a0 commit 2ac002cCopy full SHA for 2ac002c
.flake8
@@ -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
@@ -11,4 +11,3 @@ manifest:
11
name-allowlist:
12
- cmsis # required by the ARM port
13
- hal_nordic # required by the custom_plank board (Nordic based)
14
-
0 commit comments