ruff/src
2022-10-31 09:20:14 -04:00
..
ast Remove RustPython fork (#523) 2022-10-30 18:04:05 -04:00
autofix Remove RustPython fork (#523) 2022-10-30 18:04:05 -04:00
cst Handle multi-segment import-from removal (#479) 2022-10-26 16:36:12 -04:00
docstrings Remove RustPython fork (#523) 2022-10-30 18:04:05 -04:00
flake8_bugbear Implement B006 (#515) 2022-10-30 12:57:57 -04:00
flake8_builtins Split checks and plugins into source-related modules (#447) 2022-10-17 15:38:49 -04:00
flake8_comprehensions Avoid flake8-comprehensions errors for dicts with kwargs (#512) 2022-10-29 18:49:06 -04:00
flake8_print Use lazy initialization for SourceCodeLocator (#472) 2022-10-26 11:27:48 -04:00
flake8_quotes Remove RustPython fork (#523) 2022-10-30 18:04:05 -04:00
pep8_naming Implement configuration options for pep8-naming (#505) 2022-10-29 17:00:30 -04:00
pycodestyle Move SourceCodeLocator to its own module (#522) 2022-10-30 15:51:59 -04:00
pydocstyle Remove RustPython fork (#523) 2022-10-30 18:04:05 -04:00
pyflakes Move SourceCodeLocator to its own module (#522) 2022-10-30 15:51:59 -04:00
python Split checks and plugins into source-related modules (#447) 2022-10-17 15:38:49 -04:00
pyupgrade Move SourceCodeLocator to its own module (#522) 2022-10-30 15:51:59 -04:00
settings Move pyproject.toml logging to debug (#506) 2022-10-29 17:07:46 -04:00
snapshots Remove RustPython fork (#523) 2022-10-30 18:04:05 -04:00
cache.rs Add initial wasm32-wasi support (#416) 2022-10-14 20:58:18 -04:00
check_ast.rs Remove RustPython fork (#523) 2022-10-30 18:04:05 -04:00
check_lines.rs Remove RustPython fork (#523) 2022-10-30 18:04:05 -04:00
check_tokens.rs Move SourceCodeLocator to its own module (#522) 2022-10-30 15:51:59 -04:00
checks.rs Tweak a few check messages (#520) 2022-10-30 13:13:37 -04:00
checks_gen.rs Implement B006 (#515) 2022-10-30 12:57:57 -04:00
cli.rs Move around and rename some of the Settings structs (#496) 2022-10-28 18:46:54 -04:00
code_gen.rs Implement B011 from flake8-bugbear (#390) 2022-10-10 10:55:55 -04:00
fs.rs Move around and rename some of the Settings structs (#496) 2022-10-28 18:46:54 -04:00
lib.rs Modify public API to return Check rather than Message (#524) 2022-10-31 09:20:14 -04:00
linter.rs Remove RustPython fork (#523) 2022-10-30 18:04:05 -04:00
logging.rs Revert "Adding flag and logic for different output format" (#187) 2022-09-14 14:20:02 -04:00
main.rs Move pyproject.toml logging to debug (#506) 2022-10-29 17:07:46 -04:00
message.rs Revert "Remove trailing colon from messages" 2022-10-16 12:35:40 -04:00
noqa.rs Remove RustPython fork (#523) 2022-10-30 18:04:05 -04:00
printer.rs Remove some Vec arguments 2022-10-16 18:17:10 -04:00
source_code_locator.rs Remove RustPython fork (#523) 2022-10-30 18:04:05 -04:00
visibility.rs Implement autofixes for more docstring rules (#442) 2022-10-16 21:16:57 -04:00