ruff/crates/ruff_python/src
Simon Brugman cc30738148
Implement flake8-module-naming (#2855)
- Implement N999 (following flake8-module-naming) in pep8_naming
- Refactor pep8_naming: split rules.rs into file per rule
- Documentation for majority of the violations

Closes https://github.com/charliermarsh/ruff/issues/2734
2023-02-16 04:20:33 +00:00
..
builtins.rs Move python into its own ruff_python crate (#2593) 2023-02-05 17:53:58 -05:00
future.rs Move python into its own ruff_python crate (#2593) 2023-02-05 17:53:58 -05:00
identifiers.rs Move python into its own ruff_python crate (#2593) 2023-02-05 17:53:58 -05:00
keyword.rs Move python into its own ruff_python crate (#2593) 2023-02-05 17:53:58 -05:00
lib.rs Move python into its own ruff_python crate (#2593) 2023-02-05 17:53:58 -05:00
string.rs Implement flake8-module-naming (#2855) 2023-02-16 04:20:33 +00:00
sys.rs Move python into its own ruff_python crate (#2593) 2023-02-05 17:53:58 -05:00
typing.rs Move python into its own ruff_python crate (#2593) 2023-02-05 17:53:58 -05:00