ruff/scripts
Martin Fischer 65a3461519 many-to-one 4/9: Rename define_rule_mapping! to register_rules!
Currently the define_rule_mapping! macro generates both the Rule enum as
well as the RuleCodePrefix enum and the mapping between the two.  After
this commit series the macro will only generate the Rule enum and the
RuleCodePrefix enum and the mapping will be generated by a new map_codes
proc macro, so we rename the macro now to fit its new purpose.
2023-02-14 16:16:12 -05:00
..
benchmarks refactor: Introduce crates folder (#2088) 2023-02-05 16:47:48 -05:00
_utils.py Update .pre-commit-config.yml (#2139) 2023-01-24 19:45:34 -05:00
add_plugin.py fix: script `add_plugin.py` test import (#2807) 2023-02-12 09:58:23 -05:00
add_rule.py many-to-one 4/9: Rename define_rule_mapping! to register_rules! 2023-02-14 16:16:12 -05:00
generate_known_standard_library.py Move `python` into its own `ruff_python` crate (#2593) 2023-02-05 17:53:58 -05:00
generate_mkdocs.py Remove autogenerated docs/rules/*.md files 2023-02-13 19:34:06 -05:00
pyproject.toml Remove autogenerated docs/rules/*.md files 2023-02-13 19:34:06 -05:00
transform_readme.py Fix hardcoded url in transform_readme.py (#2487) 2023-02-02 13:59:22 -05:00