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

Py 312 pytoml #4

Merged
merged 11 commits into from
Dec 28, 2023
Merged

Py 312 pytoml #4

merged 11 commits into from
Dec 28, 2023

Conversation

rh0dium
Copy link
Member

@rh0dium rh0dium commented Dec 28, 2023

No description provided.

Obsolete configuration files have been removed and replaced with a modern pyproject.toml file. The Python version for GitHub workflows has been updated to use Python 3.12. This commit also includes the migration of the project's dependencies from requirements.txt and setup.py to pyproject.toml. Python setuptools and requirements files have been replaced with a simpler build process using hatch.

Signed-off-by: Steven K <[email protected]>
Signed-off-by: Steven K <[email protected]>
Signed-off-by: Steven K <[email protected]>
Signed-off-by: Steven K <[email protected]>
Signed-off-by: Steven K <[email protected]>
This commit refines the Bandit and Bumper tool configurations in the "pyproject.toml" file, moving specific settings for each tool into the respective tool sections. In the 'Bandit' section, the targets, exclusion directories, and skipped tests are specified. In the 'Bumper' section, the exclusion files, version files, repository, and report are clearly stated. Made corresponding changes to the GitHub workflow file, replacing hardcoded options with the settings defined in "pyproject.toml".

Signed-off-by: Steven K <[email protected]>
This commit refines the Bandit and Bumper tool configurations in the "pyproject.toml" file, moving specific settings for each tool into the respective tool sections. In the 'Bandit' section, the targets, exclusion directories, and skipped tests are specified. In the 'Bumper' section, the exclusion files, version files, repository, and report are clearly stated. Made corresponding changes to the GitHub workflow file, replacing hardcoded options with the settings defined in "pyproject.toml".

Signed-off-by: Steven K <[email protected]>
Signed-off-by: Steven K <[email protected]>
@rh0dium rh0dium merged commit 2b9caab into master Dec 28, 2023
13 checks passed
@rh0dium rh0dium deleted the py_312_pytoml branch December 28, 2023 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant