| .. |
|
ast
|
Create function and lambda scopes eagerly (#1181)
|
2022-12-10 12:08:33 -05:00 |
|
autofix
|
Import compatibility with `isort` newline-insertion behavior (#1078)
|
2022-12-05 16:07:07 -05:00 |
|
cst
|
Convert Err(anyhow(...)) to bail (#984)
|
2022-12-01 13:33:06 -05:00 |
|
docstrings
|
Remove some string clones from docstring helpers (#1172)
|
2022-12-09 22:30:34 -05:00 |
|
eradicate
|
Only allowlist noqa et al at the start of a comment (#1157)
|
2022-12-08 23:10:36 -05:00 |
|
flake8_2020
|
Split test fixtures up by plugin (#985)
|
2022-12-01 13:33:33 -05:00 |
|
flake8_annotations
|
Implement unused argument detection (`ARG`) (#1126)
|
2022-12-07 12:15:41 -05:00 |
|
flake8_bandit
|
Style fixes (#1049)
|
2022-12-05 09:57:48 -05:00 |
|
flake8_blind_except
|
Avoid flagging bare exception issues when exception is re-raised (#1124)
|
2022-12-07 10:37:08 -05:00 |
|
flake8_boolean_trap
|
Style fixes (#1049)
|
2022-12-05 09:57:48 -05:00 |
|
flake8_bugbear
|
Convert more BTree usages to Fx (#1112)
|
2022-12-07 12:21:12 -05:00 |
|
flake8_builtins
|
Split test fixtures up by plugin (#985)
|
2022-12-01 13:33:33 -05:00 |
|
flake8_comprehensions
|
Style fixes (#1049)
|
2022-12-05 09:57:48 -05:00 |
|
flake8_debugger
|
Allow import builtins under T100 (#1037)
|
2022-12-04 10:13:17 -05:00 |
|
flake8_import_conventions
|
Convert more BTree usages to Fx (#1112)
|
2022-12-07 12:21:12 -05:00 |
|
flake8_print
|
Implement F811 (`RedefinedWhileUnused`) (#1137)
|
2022-12-08 21:31:08 -05:00 |
|
flake8_quotes
|
Auto-generate options in README from field attributes (#1015)
|
2022-12-05 22:34:40 -05:00 |
|
flake8_return
|
Avoid RET false-positives for usages in f-strings (#1163)
|
2022-12-09 12:28:09 -05:00 |
|
flake8_simplify
|
Implement SIM118 (key in dict) of flake8-simplify (#1195)
|
2022-12-11 10:05:11 -05:00 |
|
flake8_tidy_imports
|
Rename I252 to TID252; add redirects for all renamed codes (#1129)
|
2022-12-07 15:12:22 -05:00 |
|
flake8_unused_arguments
|
Move bindings to an arena (#1147)
|
2022-12-08 19:48:00 -05:00 |
|
isort
|
Avoid inserting extra newlines for comment-delimited import blocks (#1201)
|
2022-12-11 17:13:09 -05:00 |
|
lex
|
Fix clippy::documentation_markdown (pedantic)
|
2022-11-21 23:22:28 -05:00 |
|
mccabe
|
Implement `flake8-import-conventions` (#1098)
|
2022-12-06 16:01:17 -05:00 |
|
pep8_naming
|
Implement unused argument detection (`ARG`) (#1126)
|
2022-12-07 12:15:41 -05:00 |
|
pycodestyle
|
Remove some string clones from docstring helpers (#1172)
|
2022-12-09 22:30:34 -05:00 |
|
pydocstyle
|
Remove some string clones from docstring helpers (#1172)
|
2022-12-09 22:30:34 -05:00 |
|
pyflakes
|
Avoid F821 false positive on annotated global (#1196)
|
2022-12-11 10:04:06 -05:00 |
|
pygrep_hooks
|
Reduce indents (#1116)
|
2022-12-07 09:20:33 -05:00 |
|
pylint
|
Implement E0117 (nonlocal-without-binding) (#1180)
|
2022-12-10 11:41:57 -05:00 |
|
python
|
Add autofix for F504 and F522 (#1184)
|
2022-12-10 16:33:09 -05:00 |
|
pyupgrade
|
Implement F811 (`RedefinedWhileUnused`) (#1137)
|
2022-12-08 21:31:08 -05:00 |
|
ruff
|
Re-create ruff snapshots
|
2022-12-06 00:03:14 -05:00 |
|
settings
|
Use `--config` everywhere if provided (#1210)
|
2022-12-12 10:28:00 -05:00 |
|
vendored
|
Style fixes (#1049)
|
2022-12-05 09:57:48 -05:00 |
|
cache.rs
|
Reduce indents (#1116)
|
2022-12-07 09:20:33 -05:00 |
|
check_ast.rs
|
Implement SIM118 (key in dict) of flake8-simplify (#1195)
|
2022-12-11 10:05:11 -05:00 |
|
check_imports.rs
|
Avoid inserting extra newlines for comment-delimited import blocks (#1201)
|
2022-12-11 17:13:09 -05:00 |
|
check_lines.rs
|
Rename I252 to TID252; add redirects for all renamed codes (#1129)
|
2022-12-07 15:12:22 -05:00 |
|
check_tokens.rs
|
Rename rules mod to ruff (#1104)
|
2022-12-05 23:35:36 -05:00 |
|
checks.rs
|
Fix quotes in SIM118 error message (#1204)
|
2022-12-11 22:30:39 -05:00 |
|
checks_gen.rs
|
Implement SIM118 (key in dict) of flake8-simplify (#1195)
|
2022-12-11 10:05:11 -05:00 |
|
cli.rs
|
Use `--config` everywhere if provided (#1210)
|
2022-12-12 10:28:00 -05:00 |
|
code_gen.rs
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
commands.rs
|
Move Python file resolution into resolver.rs (#1211)
|
2022-12-12 10:43:50 -05:00 |
|
directives.rs
|
Reduce indents (#1116)
|
2022-12-07 09:20:33 -05:00 |
|
fs.rs
|
Move Python file resolution into resolver.rs (#1211)
|
2022-12-12 10:43:50 -05:00 |
|
iterators.rs
|
Support hierarchical settings for nested directories (#1190)
|
2022-12-12 10:12:23 -05:00 |
|
lib.rs
|
Use `--config` everywhere if provided (#1210)
|
2022-12-12 10:28:00 -05:00 |
|
linter.rs
|
Resolve hierarchical settings and Python files in a single filesystem pass (#1205)
|
2022-12-12 10:13:52 -05:00 |
|
logging.rs
|
Send logs to stderr (#977)
|
2022-12-01 10:19:32 -05:00 |
|
main.rs
|
Use `--config` everywhere if provided (#1210)
|
2022-12-12 10:28:00 -05:00 |
|
message.rs
|
Include fixes in JSON API output (#988)
|
2022-12-01 16:30:56 -05:00 |
|
noqa.rs
|
Rename I252 to TID252; add redirects for all renamed codes (#1129)
|
2022-12-07 15:12:22 -05:00 |
|
printer.rs
|
Don't prompt users to --fix if they ran with --fix (#1133)
|
2022-12-07 19:07:51 -05:00 |
|
resolver.rs
|
Move Python file resolution into resolver.rs (#1211)
|
2022-12-12 10:43:50 -05:00 |
|
rustpython_helpers.rs
|
Apply autofixes iteratively until code is stabilized (#875)
|
2022-11-22 16:37:52 -05:00 |
|
source_code_locator.rs
|
Avoid inserting extra newlines for comment-delimited import blocks (#1201)
|
2022-12-11 17:13:09 -05:00 |
|
updates.rs
|
Fix clippy::redundant_closure_for_method_calls (pedantic)
|
2022-11-21 23:22:28 -05:00 |
|
visibility.rs
|
Implement unused argument detection (`ARG`) (#1126)
|
2022-12-07 12:15:41 -05:00 |