ruff/src
2022-11-19 19:51:41 -05:00
..
ast Implement autofix for E731 (#814) 2022-11-19 19:51:41 -05:00
autofix Implement auto-fix for E711 and E712 (#784) 2022-11-17 11:43:44 -05:00
cst pyflakes F632 Autofix (#612) 2022-11-06 06:57:46 -05:00
docstrings Implement autofix for E731 (#814) 2022-11-19 19:51:41 -05:00
flake8_2020 Add support for import alias tracking (#746) 2022-11-14 21:29:30 -05:00
flake8_annotations Change all &Option<> to Option<&> (#768) 2022-11-16 09:40:01 -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 Add flake8-boolean-trap (#790) 2022-11-18 12:30:07 -05:00
flake8_bugbear Exempt parameters with immutable annotations from B006 (#821) 2022-11-19 19:46:08 -05:00
flake8_builtins Split checks and plugins into source-related modules (#447) 2022-10-17 15:38:49 -04:00
flake8_comprehensions Implement autofix for C413 (#661) 2022-11-08 16:12:29 -05:00
flake8_print Enable customization of autofixable error codes (#811) 2022-11-18 18:49:13 -05:00
flake8_quotes Implement flake8-tidy-imports (#789) 2022-11-17 11:44:06 -05:00
flake8_tidy_imports Implement flake8-tidy-imports (#789) 2022-11-17 11:44:06 -05:00
isort Implement autofix for E731 (#814) 2022-11-19 19:51:41 -05:00
lex Split ambiguous unicode detection into string vs. docstring rules (#590) 2022-11-04 14:46:20 -04:00
mccabe Implement C901 (mccabe) (#765) 2022-11-17 17:40:50 -05:00
pep8_naming Except BaseException from N818 checks (#798) 2022-11-17 15:04:42 -05:00
pycodestyle Implement autofix for E731 (#814) 2022-11-19 19:51:41 -05:00
pydocstyle Implement autofix for E731 (#814) 2022-11-19 19:51:41 -05:00
pyflakes Enable customization of autofixable error codes (#811) 2022-11-18 18:49:13 -05:00
python Implement U013: Unnecessary TypedDict syntactic form (#716) 2022-11-18 12:10:47 -05:00
pyupgrade U013: Also convert typing.TypedDict (#810) 2022-11-19 09:29:05 -05:00
rules Enable customization of autofixable error codes (#811) 2022-11-18 18:49:13 -05:00
settings Enable customization of autofixable error codes (#811) 2022-11-18 18:49:13 -05:00
snapshots Implement autofix for E731 (#814) 2022-11-19 19:51:41 -05:00
cache.rs Move updater to its own module 2022-11-15 15:51:24 -05:00
check_ast.rs Implement autofix for E731 (#814) 2022-11-19 19:51:41 -05:00
check_imports.rs Support isort: skip, isort: on, and isort: off (#678) 2022-11-11 12:38:01 -05:00
check_lines.rs Adjust UnusedNOQA start location (#817) 2022-11-19 09:30:02 -05:00
check_tokens.rs Enable customization of autofixable error codes (#811) 2022-11-18 18:49:13 -05:00
checks.rs Implement autofix for E731 (#814) 2022-11-19 19:51:41 -05:00
checks_gen.rs Change error code of flake8-blind-except (#808) 2022-11-18 13:30:36 -05:00
cli.rs Enable customization of autofixable error codes (#811) 2022-11-18 18:49:13 -05:00
code_gen.rs Reduce newlines in code gen (#807) 2022-11-18 12:27:56 -05:00
directives.rs Support isort: skip, isort: on, and isort: off (#678) 2022-11-11 12:38:01 -05:00
fs.rs Change all &Option<> to Option<&> (#768) 2022-11-16 09:40:01 -05:00
lib.rs Add flake8-boolean-trap (#790) 2022-11-18 12:30:07 -05:00
linter.rs Implement a --show-source setting (#698) 2022-11-18 14:02:29 -05:00
logging.rs Make --quiet more aggressive (#566) 2022-11-03 10:08:15 -04:00
main.rs Enable customization of autofixable error codes (#811) 2022-11-18 18:49:13 -05:00
message.rs Implement a --show-source setting (#698) 2022-11-18 14:02:29 -05:00
noqa.rs Adjust UnusedNOQA start location (#817) 2022-11-19 09:30:02 -05:00
printer.rs Make --quiet more aggressive (#566) 2022-11-03 10:08:15 -04:00
source_code_locator.rs Support isort: skip, isort: on, and isort: off (#678) 2022-11-11 12:38:01 -05:00
updates.rs Only notify once for each app update (#762) 2022-11-15 16:14:10 -05:00
visibility.rs Implement flake8-annotations (#625) 2022-11-06 17:25:49 -05:00