ruff/crates/ruff
Ivan Gozali 4b5538f74e
[`pylint`] W0603: `global-statement` (#3227)
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](b70d2abd7f/tests/functional/g/globals.py)):

* Assign
* AugAssign
* ClassDef
* FunctionDef | AsyncFunctionDef
* Import
* ImportFrom
* Delete
2023-02-26 23:40:24 +00:00
..
resources/test [`pylint`] W0603: `global-statement` (#3227) 2023-02-26 23:40:24 +00:00
src [`pylint`] W0603: `global-statement` (#3227) 2023-02-26 23:40:24 +00:00
Cargo.toml Exclude globsets for --show-settings (#3201) 2023-02-24 04:23:00 +00:00