You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by da...@apache.org on 2023/04/17 08:38:21 UTC

[nuttx] branch pr-Fix-Black-Flake8 created (now 2802f64bad)

This is an automated email from the ASF dual-hosted git repository.

davids5 pushed a change to branch pr-Fix-Black-Flake8
in repository https://gitbox.apache.org/repos/asf/nuttx.git


      at 2802f64bad Fix Black/Flake8 whitespace around slice disagreement

This branch includes the following new commits:

     new 2802f64bad Fix Black/Flake8 whitespace around slice disagreement

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[nuttx] 01/01: Fix Black/Flake8 whitespace around slice disagreement

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davids5 pushed a commit to branch pr-Fix-Black-Flake8
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 2802f64bad84a2b81e2ba3e5cb0dfb57ef130a1a
Author: David Sidrane <Da...@Nscdg.com>
AuthorDate: Mon Apr 17 04:38:16 2023 -0400

    Fix Black/Flake8 whitespace around slice disagreement
    
    See https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
---
 .github/linters/setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/linters/setup.cfg b/.github/linters/setup.cfg
index 9c18e21fe5..7723f761ca 100644
--- a/.github/linters/setup.cfg
+++ b/.github/linters/setup.cfg
@@ -1,4 +1,5 @@
 [flake8]
+extend-ignore = E203
 ignore = W503,W605
 max-complexity = 27
 max-line-length = 125