ruff/src
Martin Fischer 543865c96b
Generate RuleCode::origin() via macro (#1770)
2023-01-10 13:20:43 -05:00
..
ast [`flake8-bandit`] Add Rule for `S508` (snmp insecure version) & `S509` (snmp weak cryptography) (#1771) 2023-01-10 13:13:54 -05:00
autofix Rename more local usages of `check` to `diagnostic` (#1738) 2023-01-08 18:10:08 -05:00
checkers [`flake8-bandit`] Add Rule for `S508` (snmp insecure version) & `S509` (snmp weak cryptography) (#1771) 2023-01-10 13:13:54 -05:00
cst Pyupgrade: `import mock` to `from unittest import mock` (#1488) 2022-12-31 21:25:06 -05:00
docstrings Avoid some false positives for ends-in-period checks (#1521) 2022-12-31 18:38:22 -05:00
eradicate Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_2020 Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_annotations Update documentation to match latest terminology (#1760) 2023-01-09 21:10:47 -05:00
flake8_bandit [`flake8-bandit`] Add Rule for `S508` (snmp insecure version) & `S509` (snmp weak cryptography) (#1771) 2023-01-10 13:13:54 -05:00
flake8_blind_except Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_boolean_trap Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_bugbear Update documentation to match latest terminology (#1760) 2023-01-09 21:10:47 -05:00
flake8_builtins Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_comprehensions Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_datetimez Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_debugger Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_errmsg Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_implicit_str_concat Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_import_conventions Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_pie Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_print Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_pytest_style Do not autofix PT004 and PT005 (#1763) 2023-01-10 07:24:16 -05:00
flake8_quotes Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_return Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
flake8_simplify Implement flake8-simplify SIM112 (#1764) 2023-01-10 07:24:01 -05:00
flake8_tidy_imports Update documentation to match latest terminology (#1760) 2023-01-09 21:10:47 -05:00
flake8_unused_arguments Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
isort Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
lex Fix clippy::documentation_markdown (pedantic) 2022-11-21 23:22:28 -05:00
mccabe Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
pandas_vet Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
pep8_naming Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
pycodestyle Update documentation to match latest terminology (#1760) 2023-01-09 21:10:47 -05:00
pydocstyle Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
pyflakes Enable project-specific typing module re-exports (#1754) 2023-01-09 18:17:50 -05:00
pygrep_hooks Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
pylint Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
python Enable project-specific typing module re-exports (#1754) 2023-01-09 18:17:50 -05:00
pyupgrade Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
ruff Rename `checks` and `plugins` to `rules` (#1739) 2023-01-09 01:39:51 -05:00
settings Update documentation to match latest terminology (#1760) 2023-01-09 21:10:47 -05:00
vendor Remove need for vendored format/cformat code (#1573) 2023-01-02 19:37:31 -05:00
cache.rs Move RUFF_CACHE_DIR to Clap's env support (#1733) 2023-01-07 22:01:20 -05:00
cli.rs Update documentation to match latest terminology (#1760) 2023-01-09 21:10:47 -05:00
commands.rs Use dedicated warnings for flake8-to-ruff (#1748) 2023-01-09 12:48:06 -05:00
directives.rs Rename `Check` to `Diagnostic` (#1725) 2023-01-08 17:46:20 -05:00
fs.rs Rename `Check` to `Diagnostic` (#1725) 2023-01-08 17:46:20 -05:00
iterators.rs Support hierarchical settings for nested directories (#1190) 2022-12-12 10:12:23 -05:00
lib.rs Rename `Check` to `Diagnostic` (#1725) 2023-01-08 17:46:20 -05:00
lib_native.rs Rename `Check` to `Diagnostic` (#1725) 2023-01-08 17:46:20 -05:00
lib_wasm.rs Update documentation to match latest terminology (#1760) 2023-01-09 21:10:47 -05:00
linter.rs Rename more local usages of `check` to `diagnostic` (#1738) 2023-01-08 18:10:08 -05:00
logging.rs Use dedicated warnings for flake8-to-ruff (#1748) 2023-01-09 12:48:06 -05:00
main.rs Forbid unsafe code (#1704) 2023-01-06 20:25:59 -05:00
main_native.rs Use dedicated warnings for flake8-to-ruff (#1748) 2023-01-09 12:48:06 -05:00
message.rs Rename `Check` to `Diagnostic` (#1725) 2023-01-08 17:46:20 -05:00
noqa.rs Update documentation to match latest terminology (#1760) 2023-01-09 21:10:47 -05:00
packages.rs Auto-detect same-package imports (#1266) 2022-12-16 21:19:11 -05:00
printer.rs Use dedicated warnings for flake8-to-ruff (#1748) 2023-01-09 12:48:06 -05:00
registry.rs Generate RuleCode::origin() via macro (#1770) 2023-01-10 13:20:43 -05:00
resolver.rs Always check directly-passed-in files (#1564) 2023-01-02 16:49:44 -05:00
rustpython_helpers.rs Apply autofixes iteratively until code is stabilized (#875) 2022-11-22 16:37:52 -05:00
source_code_generator.rs Switch SourceCodeGenerator.buffer from Vec<u8> to String (#1702) 2023-01-06 20:26:23 -05:00
source_code_locator.rs Avoid inserting extra newlines for comment-delimited import blocks (#1201) 2022-12-11 17:13:09 -05:00
source_code_style.rs Avoid byte-string conversions (#1618) 2023-01-03 21:45:14 -05:00
updates.rs Fix clippy::redundant_closure_for_method_calls (pedantic) 2022-11-21 23:22:28 -05:00
violation.rs structs 0/9: Introduce Violation trait 2023-01-07 15:14:58 -05:00
violations.rs [`flake8-bandit`] Add Rule for `S508` (snmp insecure version) & `S509` (snmp weak cryptography) (#1771) 2023-01-10 13:13:54 -05:00
visibility.rs Fix `__init__.py` being private (#1556) 2023-01-02 14:39:23 -05:00