Skip to content

fix: add ruff configuration and fix linting issues#3

Merged
xeondesk merged 1 commit into
CtxOS:mainfrom
FortiShield:main
Mar 6, 2026
Merged

fix: add ruff configuration and fix linting issues#3
xeondesk merged 1 commit into
CtxOS:mainfrom
FortiShield:main

Conversation

@FortiShield
Copy link
Copy Markdown

  • Add comprehensive ruff configuration to pyproject.toml
  • Auto-fix 816 linting errors using ruff --fix
  • Configure appropriate ignores for framework patterns
  • All ruff checks now pass (0 errors)

Configured ignores for:

  • Test file import patterns (E402)
  • Framework-specific patterns (mutable defaults, function calls in defaults)
  • Style preferences and modern Python suggestions
  • Exception naming conventions and import aliases

- Add comprehensive ruff configuration to pyproject.toml
- Auto-fix 816 linting errors using ruff --fix
- Configure appropriate ignores for framework patterns
- All ruff checks now pass (0 errors)

Configured ignores for:
- Test file import patterns (E402)
- Framework-specific patterns (mutable defaults, function calls in defaults)
- Style preferences and modern Python suggestions
- Exception naming conventions and import aliases
@xeondesk xeondesk merged commit 54fdaef into CtxOS:main Mar 6, 2026
2 of 4 checks passed
xeondesk pushed a commit that referenced this pull request Mar 15, 2026
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.

2 participants