For example, this is the first file I have improved: 

https://github.com/Jaime02/pyqtgraph/commits/fix-formatting

Shall this be done everywhere? I could do it, It requires some work but I 
want to improve this things, I think it's worth.
El miércoles, 5 de octubre de 2022 a las 13:14:13 UTC+2, Jaime R. escribió:

> Hello, I have just started contributing to PyQtGraph. I was going to 
> remove the import * statements, but I have seen tons of PEP-8 style 
> violations. The only code style guidelines I have found so far are this 
> ones:
>
> Formatting Rules Suggestions 
>    
>    - PyQtGraph prefers PEP8 for most style issues, but this is not 
>    enforced rigorously as long as the code is clean and readable.
>    - Variable and Function/Methods that are intended to be part of the 
>    public API should be camelCase.
>    - "Private" methods/variables should have a leading underscore (_) 
>    before the name.
>
> Why don't we embrace PEP-8 style? Tools like black makes it very easy to 
> use. camelCase can be accepted because Qt uses it and otherwise it can be a 
> mess, but things like ## comments are not good, right?
>

-- 
You received this message because you are subscribed to the Google Groups 
"pyqtgraph" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyqtgraph/87cf2dd8-f4ba-4ca6-aa5a-e43b13d50b26n%40googlegroups.com.

Reply via email to