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
Charlie Marsh
6b1062ccc3
Enable `pycodestyle` rules under new "nursery" category ( #4407 )
2023-05-16 21:21:58 +00:00
Charlie Marsh
39fa38cb35
Enable `pycodestyle` rules ( #3689 )
2023-05-16 20:39:43 +00:00
Calum Young
cd41de2588
Check docs formatting check ( #4270 )
2023-05-08 19:03:22 +00:00
konstin
454c6d9c2f
Extended ecosystem check with scraped data ( #3858 )
2023-04-06 22:39:48 +00:00
Jonathan Plasse
f3f9a9f297
Fix pre-commit CI job exit code ( #3833 )
2023-03-31 14:47:04 -04:00
Zhengbo Wang
b08326162b
Doc/CLN: pass pre-commit ( #3604 )
2023-03-19 19:20:11 +00:00
Carlos Gonçalves
1c01b3c934
fix(docs): broken links inside Configuration.md ( #3205 )
2023-02-24 18:55:33 +00:00
Jonathan Plasse
39b9a1637f
Fix Markdown errors in docs ( #3187 )
2023-02-24 13:06:48 -05:00
Martin Fischer
02285c18d1
Remove autogenerated docs/rules/*.md files
2023-02-13 19:34:06 -05:00
Jonathan Plasse
ec8b827d26
Add known-standard-library for each Python version ( #2491 )
2023-02-02 16:22:47 -05:00
Jonathan Plasse
b232c43824
Fix an error in scripts/add_rule.py ( #2497 )
2023-02-02 15:58:11 -05:00
Charlie Marsh
eaac3cae5e
Add MkDocs version of README ( #2287 )
...
Co-authored-by: Justin Flannery <juftin@juftin.com>
2023-01-27 22:57:42 -05:00
Jonathan Plasse
82d7814101
Update .pre-commit-config.yml ( #2139 )
2023-01-24 19:45:34 -05:00
Martin Fischer
c00df647e1
fix: Update add_rule.py to account for 81996f1bc
2023-01-20 08:09:54 -05:00
Martin Fischer
f012877be1
Add scripts/pyproject.toml to use ruff for ruff :)
2023-01-20 08:09:54 -05:00
Charlie Marsh
42031b8574
Re-run benchmark and update documentation ( #1907 )
...
Closes #269 .
2023-01-16 01:38:58 -05:00
Charlie Marsh
ca7fe686d5
Add scripts to generate plugin and check boilerplate ( #1579 )
2023-01-02 22:10:31 -05:00
Charlie Marsh
ea9fde14f6
Fix pyproject.toml key
2022-08-28 14:22:19 -04:00
Charlie Marsh
6c8794692b
Tweak README
2022-08-27 21:10:44 -04:00
Charlie Marsh
a5533d62e1
Enable benchmark for existing tools
2022-08-27 12:15:54 -04:00