Skip to content

Cleanup/normalize coding style #359

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

Merged
merged 4 commits into from
Jul 14, 2025
Merged

Conversation

mxamin
Copy link
Collaborator

@mxamin mxamin commented Jul 14, 2025

No description provided.

@mxamin mxamin force-pushed the cleanup/normalize-coding-style branch from 24369f0 to 1bf9577 Compare July 14, 2025 12:17
@mxamin mxamin requested a review from Copilot July 14, 2025 12:28
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR standardizes coding style across tests, source code, docs, and configuration, focusing on:

  • Converting string literals to single quotes and updating to f-strings
  • Modernizing calls (e.g., super(), exception chaining)
  • Replacing Flake8/Black/isort setup with Ruff and updating CI configurations

Reviewed Changes

Copilot reviewed 29 out of 30 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tests/… Normalized quotes, docstrings, and super() calls
src/xmlsec/constants.pyi Consolidated imports for Final and NamedTuple
setup.py Bumped python_requires, switched to f-strings, chained exceptions
setup.cfg, pyproject.toml Removed old flake8/isort settings, added Ruff config
.github/workflows/*.yml Updated concurrency expressions

@mxamin mxamin merged commit f430219 into master Jul 14, 2025
155 checks passed
@mxamin mxamin deleted the cleanup/normalize-coding-style branch July 14, 2025 14:29
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