mirror of https://github.com/astral-sh/ruff
Implements pylint rule [W0603: global-statement](https://pylint.readthedocs.io/en/latest/user_guide/messages/warning/global-statement.html).
Currently checks for global statement usage in a few StmtKinds (as tested in the `pylint` `global-statement` test case [here](
|
||
|---|---|---|
| .. | ||
| flake8_to_ruff | ||
| ruff | ||
| ruff_cli | ||
| ruff_dev | ||
| ruff_formatter | ||
| ruff_macros | ||
| ruff_python | ||
| ruff_python_formatter | ||
| ruff_rustpython | ||
| ruff_testing_macros | ||
| ruff_text_size | ||