You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add ruff as Python linter
* Add ruff to linter workflow
* Remove flake8
* Set default line-length and explicitly select rules
* Address REPL Test issue
* Explicitly set line lenght for autopep8
* Fix restyled config
Copy file name to clipboardexpand all lines: scripts/tools/nrfconnect/generate_nrfconnect_chip_factory_data.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,7 @@ def _validate_args(self):
246
246
"Cannot find paths to DAC or PAI certificates .der files. To generate a new ones please provide a path to chip-cert executable (--chip_cert_path) and add --gen_certs argument"
0 commit comments