ruff/scripts
konstin 550b643e33
Add script for ecosystem wide checks of all rules and fixes (#4326)
* Add script for ecosystem wide checks of all rules and fixes

This adds my personal script for checking an entire checkout of ~2.1k packages for
panics, autofix errors and similar problems. It's not really meant to be used by anybody else but i thought it's better if it lives in the repo than if it doesn't.

For reference, this is the current output of failing autofixes: https://gist.github.com/konstin/c3fada0135af6cacec74f166adf87a00. Trimmed down to the useful information: https://gist.github.com/konstin/c864f4c300c7903a24fdda49635c5da9

* Keep github template intact

* Remove the need for ripgrep

* sort output
2023-05-22 15:23:25 +02:00
..
benchmarks Use --filter=blob:none to clone CPython faster (#4156) 2023-04-30 13:39:22 +02:00
_utils.py Improve add_rule.py and add_plugin.py scripts (#3725) 2023-03-25 16:05:39 +00:00
add_plugin.py Pretty print Diagnostics in snapshot tests (#3906) 2023-04-11 09:03:00 +00:00
add_rule.py Make the AST Checker pub(crate) (#4498) 2023-05-18 15:17:26 +00:00
check_docs_formatted.py Enable pycodestyle rules (#3689) 2023-05-16 20:39:43 +00:00
check_ecosystem.py Ecosystem CI: Optionally diff fixes (#4193) 2023-05-19 09:49:57 +00:00
Dockerfile.ecosystem Ecosystem CI: Optionally diff fixes (#4193) 2023-05-19 09:49:57 +00:00
ecosystem_fix_all_check.py Add script for ecosystem wide checks of all rules and fixes (#4326) 2023-05-22 15:23:25 +02:00
ecosystem_fix_all_check.sh Add script for ecosystem wide checks of all rules and fixes (#4326) 2023-05-22 15:23:25 +02:00
ecosystem_fix_all_check_entrypoint.sh Add script for ecosystem wide checks of all rules and fixes (#4326) 2023-05-22 15:23:25 +02:00
generate_known_standard_library.py Add script for ecosystem wide checks of all rules and fixes (#4326) 2023-05-22 15:23:25 +02:00
generate_mkdocs.py Doc/CLN: pass pre-commit (#3604) 2023-03-19 19:20:11 +00:00
pyproject.toml Add script for ecosystem wide checks of all rules and fixes (#4326) 2023-05-22 15:23:25 +02:00
transform_readme.py Fix hardcoded url in transform_readme.py (#2487) 2023-02-02 13:59:22 -05:00
update_ambiguous_characters.py Add script for ecosystem wide checks of all rules and fixes (#4326) 2023-05-22 15:23:25 +02:00