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

refactor: ruff configuration #417

Merged
merged 2 commits into from
Apr 19, 2024
Merged

refactor: ruff configuration #417

merged 2 commits into from
Apr 19, 2024

Conversation

mkb79
Copy link
Owner

@mkb79 mkb79 commented Apr 19, 2024

No description provided.

mkb79 added 2 commits April 19, 2024 14:28
In the pre-commit-config.yaml file, the execution command for the 'ruff' job has been updated. It has been changed from 'ruff' to 'ruff check' for better command functionality.
The structure of tool ruff settings in the pyproject.toml file has been revised for better readability and maintenance. The main settings for ruff are grouped together while module-specific options (such as isort and pydocstyle) are now placed within the 'ruff.lint' section.
@mkb79 mkb79 added ci Continuous Integration refactoring Refactoring and removed refactoring Refactoring labels Apr 19, 2024
@mkb79 mkb79 merged commit d0c5b85 into master Apr 19, 2024
29 checks passed
@mkb79 mkb79 deleted the refactor/ruff-configuration branch April 19, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant