| .. |
|
ast
|
Implement B023 (function uses loop variable) (#907)
|
2022-11-25 18:29:54 -05:00 |
|
autofix
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
cst
|
pyflakes F632 Autofix (#612)
|
2022-11-06 06:57:46 -05:00 |
|
docstrings
|
Replace FNV with rustc-hash (#837)
|
2022-11-20 15:38:31 -05:00 |
|
flake8_2020
|
Add support for import alias tracking (#746)
|
2022-11-14 21:29:30 -05:00 |
|
flake8_annotations
|
Implement B023 (function uses loop variable) (#907)
|
2022-11-25 18:29:54 -05:00 |
|
flake8_bandit
|
Add `flake8-bandit` (#697)
|
2022-11-12 12:04:49 -05:00 |
|
flake8_blind_except
|
Add flake8-blind-except (#805)
|
2022-11-18 12:15:10 -05:00 |
|
flake8_boolean_trap
|
Fix clippy::explicit_iter_loop (pedantic)
|
2022-11-21 23:22:28 -05:00 |
|
flake8_bugbear
|
Respect f-string locations in B023 check (#914)
|
2022-11-26 10:31:23 -05:00 |
|
flake8_builtins
|
Fix clippy::needless_pass_by_value (pedantic)
|
2022-11-21 23:22:28 -05:00 |
|
flake8_comprehensions
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
flake8_debugger
|
Add flake8-debugger (#909)
|
2022-11-26 16:21:03 -05:00 |
|
flake8_print
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
flake8_quotes
|
Remove Mode from various internal checkers (#877)
|
2022-11-22 16:57:47 -05:00 |
|
flake8_tidy_imports
|
Remove Mode from various internal checkers (#877)
|
2022-11-22 16:57:47 -05:00 |
|
isort
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
lex
|
Fix clippy::documentation_markdown (pedantic)
|
2022-11-21 23:22:28 -05:00 |
|
mccabe
|
Remove Mode from various internal checkers (#877)
|
2022-11-22 16:57:47 -05:00 |
|
pep8_naming
|
Fix clippy::redundant_closure_for_method_calls (pedantic)
|
2022-11-21 23:22:28 -05:00 |
|
pycodestyle
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
pydocstyle
|
Allow varargs and kwargs to be prefixed with stars (#933)
|
2022-11-27 22:08:27 -05:00 |
|
pyflakes
|
F50x implementation (#919)
|
2022-11-27 21:30:55 -05:00 |
|
python
|
Fix F821 false positive (#911)
|
2022-11-26 10:12:07 -05:00 |
|
pyupgrade
|
Avoid flagging redundant open modes when open is rebound (#918)
|
2022-11-26 16:24:41 -05:00 |
|
rules
|
Fix F821 false positive (#911)
|
2022-11-26 10:12:07 -05:00 |
|
settings
|
Auto-generate CheckCodePrefix::fixables() (#916)
|
2022-11-26 14:10:30 -05:00 |
|
snapshots
|
F50x implementation (#919)
|
2022-11-27 21:30:55 -05:00 |
|
vendored
|
F50x implementation (#919)
|
2022-11-27 21:30:55 -05:00 |
|
cache.rs
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
check_ast.rs
|
F50x implementation (#919)
|
2022-11-27 21:30:55 -05:00 |
|
check_imports.rs
|
Remove Mode from various internal checkers (#877)
|
2022-11-22 16:57:47 -05:00 |
|
check_lines.rs
|
Preserve existing noqa codes in --add-noqa (#913)
|
2022-11-26 14:42:19 -05:00 |
|
check_tokens.rs
|
Remove Mode from various internal checkers (#877)
|
2022-11-22 16:57:47 -05:00 |
|
checks.rs
|
F50x implementation (#919)
|
2022-11-27 21:30:55 -05:00 |
|
checks_gen.rs
|
F50x implementation (#919)
|
2022-11-27 21:30:55 -05:00 |
|
cli.rs
|
Implement GlobSet optimization for file path exclusions (#883)
|
2022-11-24 22:31:55 -05:00 |
|
code_gen.rs
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
commands.rs
|
Fix cargo clippy
|
2022-11-24 23:40:43 -05:00 |
|
directives.rs
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
fs.rs
|
Implement GlobSet optimization for file path exclusions (#883)
|
2022-11-24 22:31:55 -05:00 |
|
lib.rs
|
Add flake8-debugger (#909)
|
2022-11-26 16:21:03 -05:00 |
|
linter.rs
|
F50x implementation (#919)
|
2022-11-27 21:30:55 -05:00 |
|
logging.rs
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
main.rs
|
Fix cargo clippy
|
2022-11-24 23:40:43 -05:00 |
|
message.rs
|
Apply autofixes iteratively until code is stabilized (#875)
|
2022-11-22 16:37:52 -05:00 |
|
noqa.rs
|
Fix clippy warnings
|
2022-11-26 15:56:33 -05:00 |
|
printer.rs
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -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
|
Fix clippy::default-trait-access (pedantic) (#867)
|
2022-11-21 21:00:38 -05:00 |
|
updates.rs
|
Fix clippy::redundant_closure_for_method_calls (pedantic)
|
2022-11-21 23:22:28 -05:00 |
|
visibility.rs
|
Implement flake8-annotations (#625)
|
2022-11-06 17:25:49 -05:00 |