CEITECmagnonics / SpinWaveToolkit

Set of tools useful in spin wave research.
MIT License
2 stars 0 forks source link

Pass SWT through Black and Pylint #3

Closed GiovanniKl closed 4 months ago

GiovanniKl commented 4 months ago

This should ensure nice formatting of the module, which can be further perfected. This is also a prerequisite for creating a documentation.

Actually, all Python scripts should go through the same procedure (now and before any other update/pull request/commit). Except for Jupyter Notebook files and other files not present in the future API documentation, where the usage of Black is voluntary, but the use of Pylint could still be useful.

See CONTRIBUTING GUIDELINES for more info.

GiovanniKl commented 4 months ago

Branch SWT_reformatted was created for this purpose.

GiovanniKl commented 4 months ago

Done, branch merged