| Name: | python3-flake8-class-newline |
|---|---|
| Version: | 1.6.0 |
| Release: | 2.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 8898 |
| License: | MIT |
| RPM: | python3-flake8-class-newline-1.6.0-2.el9.noarch.rpm |
| Source RPM: | python-flake8-class-newline-1.6.0-2.el9.src.rpm |
| Build Date: | Wed Jun 26 2024 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/AlexanderVanEck/flake8-class-newline |
| Summary: | Flake8 extension to check for new lines after class definitions |
| Description: | PEP8 says we should surround every class method with a single blank line. However flake8 is ambiguous about the first method having a blank line above it. This plugin was made to enforce that it should. |
- Define _description variable to reduce duplication - Drop macro from URL to improve ergonomics
- Initial package (rhbz#2141868)