Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation warning #95

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Fix deprecation warning #95

wants to merge 21 commits into from

Conversation

nennigb
Copy link
Owner

@nennigb nennigb commented Dec 3, 2024

This PR resolves #94

  • lint
  • fix deprecation warning
  • modify input XML file to test the % escape sequence
  • convert GPL message into true comment to have a true docsting.

Modification are mostly cosmetic except in _questions.py where bad escaping may yield to crash.

@nennigb nennigb requested a review from luclaurent December 3, 2024 15:53
@nennigb nennigb self-assigned this Dec 3, 2024
luclaurent and others added 4 commits December 12, 2024 13:15
* update pyproject.toml to integrate the use of ruff as code analyser
* update Docker's files (Dockerfile, README, bash script) to ensure logrotation and a few fixes
* many improvments of typos
* update workflow to use @main on actions
…tainer

Fix issue for building docker container
@nennigb
Copy link
Owner Author

nennigb commented Dec 14, 2024

part of this are now in the #91
I will modify it especially the test part.

Copy link
Collaborator

@luclaurent luclaurent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems ok to me but a rebase must be probably done...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Few DeprecationWarning have to be fixed.
2 participants