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

Stabilize allowance of os.environ modifications between imports #12047

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

charliermarsh
Copy link
Member

Summary

See: #10066.

@charliermarsh charliermarsh added the rule Implementing or modifying a lint rule label Jun 26, 2024
@charliermarsh charliermarsh merged commit 4e41f51 into ruff-0.5 Jun 26, 2024
20 checks passed
@charliermarsh charliermarsh deleted the charlie/e402 branch June 26, 2024 15:24
Copy link
Contributor

ruff-ecosystem results

Linter (stable)

ℹ️ ecosystem check detected linter changes. (+0 -2 violations, +0 -0 fixes in 1 projects; 49 projects unchanged)

zulip/zulip (+0 -2 violations, +0 -0 fixes)

ruff check --no-cache --exit-zero --ignore RUF9 --output-format concise --no-preview --select ALL

- zproject/test_settings.py:21:1: E402 Module level import not at top of file
- zproject/test_settings.py:22:1: E402 Module level import not at top of file

Changes by rule (1 rules affected)

code total + violation - violation + fix - fix
E402 2 0 2 0 0

Linter (preview)

✅ ecosystem check detected no linter changes.

@MichaReiser MichaReiser mentioned this pull request Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rule Implementing or modifying a lint rule
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants