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

Adding ruff toml with code fixes #37

Merged
merged 4 commits into from
Dec 5, 2024
Merged

Conversation

jakubjezek001
Copy link
Member

  • adding ruff.toml file with rules
  • also fixing some files which were marked as Errors

- Introduced a new config file for linting and formatting.
- Set up exclusions for common directories.
- Configured line length, indent width, and quote style.
- Enabled specific lint rules while allowing unused variables with underscores.
- Added options for auto-formatting in docstrings (currently disabled).
- Cleaned up formatting and indentation across multiple files.
- Improved line breaks for long statements to enhance clarity.
- Updated error messages to use f-strings for consistency.
- Removed unnecessary blank lines and spaces.
@jakubjezek001 jakubjezek001 self-assigned this Dec 5, 2024
@jakubjezek001 jakubjezek001 added the type: enhancement Improvement of existing functionality or minor addition label Dec 5, 2024
@jakubjezek001 jakubjezek001 merged commit b478123 into develop Dec 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Improvement of existing functionality or minor addition
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants