Python3 code fixes and Documentation#5
Conversation
|
and Documentation about the other Fix python3 code issues, and resolved all linting errors detected by pyright, pylint and ruff I prefer the version in 3 commits, I merged two , I will verify "linter fixes" [1] tommorow [1] |
|
I would be interested in your advice and assessment of the PR quality, so I can adjust/improve things on my end. Appreciate your responsiveness and consideration ! |
|
to help please rebase your main repo on top of sergiomb2:main and than break last commit into multiple commits. git rebase --autosquash -i HEAD~8 git reset HEAD~ reference https://stackoverflow.com/questions/6217156/break-a-previous-commit-into-multiple-commits |
b080446 to
9017915
Compare
|
I understand now what you wanted. I'll make sure in the future to do smaller commits, each being a specific functionality. |
|
I had redo all latest commits , I did also branch pull_6 checkout it out , I´d like split all format string into one commit for example |
1- Fixed non working portion of the code due to differences between kid and genshi templating engines (notably rss feeds)
2- Resolved all linting issues generated by pyright, pylint and ruff
3- Added documentation to understand code structure and usage
4- Tested resulting code on a production repo we manage for RHEL 8 / 9 / 10 (about 6000 packages, python 3.13 used with repoview)