FernLab / cookiecutter-py-package

Cookiecutter template for Python packages. Fork from https://github.com/audreyfeldroy/cookiecutter-pypackage.git
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Two rules contradict each other about number of empty lines before a Class. #27

Closed romulogoncalves closed 1 week ago

romulogoncalves commented 2 weeks ago

The pre-commit adds 2 lines before a Class definition, but RUFF expects one if I am not mistaken:

    6 × D203 (one-blank-line-before-class)
romulogoncalves commented 1 week ago

Solved by #29