Skip to content

Conversation

@matrixise
Copy link
Contributor

@matrixise matrixise commented Jan 11, 2026

Summary

  • Add ruff: noqa directive to settings files to suppress wildcard import warnings
  • Add explicit os import to ensure availability in all settings modules
  • Update flake8 noqa comments to ruff format

Test plan

  • Verify ruff linting passes: task code:check
  • Verify Django settings load correctly: python pythonie/manage.py check --settings=pythonie.settings.dev
  • Verify tests still pass: task tests

🤖 Generated with Claude Code

Add ruff:noqa directive and explicit os import to dev.py, production.py, and tests.py settings modules to resolve linting issues with wildcard imports and ensure all necessary imports are available.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@matrixise matrixise merged commit baa58f5 into master Jan 11, 2026
2 checks passed
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