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

btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b35ff323 github/linters/setup.cfg: ignore E203 for flake8 to fix 
compatibility issues with black
6b35ff323 is described below

commit 6b35ff323a9fac4a8f801dc5e95a3b1b4f46993b
Author: raiden00pl <raide...@railab.me>
AuthorDate: Mon Apr 17 10:25:42 2023 +0200

    github/linters/setup.cfg: ignore E203 for flake8 to fix compatibility 
issues with black
    
    For more details, see 
https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
---
 .github/linters/setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/linters/setup.cfg b/.github/linters/setup.cfg
index 9c18e21fe..b0224c147 100644
--- a/.github/linters/setup.cfg
+++ b/.github/linters/setup.cfg
@@ -1,5 +1,5 @@
 [flake8]
-ignore = W503,W605
+ignore = W503,W605,E203
 max-complexity = 27
 max-line-length = 125
 show-source = True

Reply via email to