Re: [I] [FEATURE] Need "Contributing" documentation for Python scripts [nuttx]

2025-06-20 Thread via GitHub
simbit18 commented on issue #16264: URL: https://github.com/apache/nuttx/issues/16264#issuecomment-2991398137 very schematic but useful !!! :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] [FEATURE] Need "Contributing" documentation for Python scripts [nuttx]

2025-06-20 Thread via GitHub
simbit18 commented on issue #16264: URL: https://github.com/apache/nuttx/issues/16264#issuecomment-2991379162 Hi, @TimJTi I hope this will help ``` checkpatch-sh is a bash script that make use of nxstyle and codespell tools to format patches and files conform to NuttX coding standa

Re: [I] [FEATURE] Need "Contributing" documentation for Python scripts [nuttx]

2025-06-20 Thread via GitHub
TimJTi commented on issue #16264: URL: https://github.com/apache/nuttx/issues/16264#issuecomment-2991390829 Amazing- much better than I dared hope for! I will turn that into a PR in the next few weeks and hopefully others can add to it 😀 -- This is an automated message from the Apache Gi

Re: [I] [FEATURE] Need "Contributing" documentation for Python scripts [nuttx]

2025-06-20 Thread via GitHub
TimJTi commented on issue #16264: URL: https://github.com/apache/nuttx/issues/16264#issuecomment-2990852345 Can you find 2 minutes to write a few lines here that, to you, are important things a potential contributor of a python script should do? I am assuming those 3 weird stylers are

Re: [I] [FEATURE] Need "Contributing" documentation for Python scripts [nuttx]

2025-06-20 Thread via GitHub
simbit18 commented on issue #16264: URL: https://github.com/apache/nuttx/issues/16264#issuecomment-2990789585 > Would it be possible to add a few lines to the Contributing documentation too? @TimJTi unfortunately I don't have much time to work on documentation. -- This is an au

Re: [I] [FEATURE] Need "Contributing" documentation for Python scripts [nuttx]

2025-06-20 Thread via GitHub
TimJTi commented on issue #16264: URL: https://github.com/apache/nuttx/issues/16264#issuecomment-2990607711 Thanks! I'm away but will take a look next week. Would it be possible to add a few lines to the Contributing documentation too? -- This is an automated message from the Apac

Re: [I] [FEATURE] Need "Contributing" documentation for Python scripts [nuttx]

2025-06-20 Thread via GitHub
simbit18 commented on issue #16264: URL: https://github.com/apache/nuttx/issues/16264#issuecomment-2990559721 Hi @TimJTi this PR #16561 (**for checkpatch.sh**), add checking all necessary tools and installation info (more user-friendly) -- This is an automated message from the Apache Git

Re: [I] [FEATURE] Need "Contributing" documentation for Python scripts [nuttx]

2025-05-05 Thread via GitHub
TimJTi commented on issue #16264: URL: https://github.com/apache/nuttx/issues/16264#issuecomment-2852427171 > You are right, we are missing documentation regarding Python linting. We do however have instructions on using `pre-commit`, it should automatically run the Python linting tools: [

Re: [I] [FEATURE] Need "Contributing" documentation for Python scripts [nuttx]

2025-05-05 Thread via GitHub
fdcavalcanti commented on issue #16264: URL: https://github.com/apache/nuttx/issues/16264#issuecomment-2851092621 You are right, we are missing documentation regarding Python linting. We do however have instructions on using `pre-commit`, it should automatically run the Python linting too