ruff/crates/ruff_linter/resources/test/fixtures
Victor Hugo Gomes 9089493263
Some checks are pending
CI / cargo build (msrv) (push) Blocked by required conditions
CI / cargo fuzz build (push) Blocked by required conditions
CI / Determine changes (push) Waiting to run
CI / cargo fmt (push) Waiting to run
CI / cargo clippy (push) Blocked by required conditions
CI / cargo test (linux) (push) Blocked by required conditions
CI / cargo test (linux, release) (push) Blocked by required conditions
CI / cargo test (windows) (push) Blocked by required conditions
CI / cargo test (wasm) (push) Blocked by required conditions
CI / cargo build (release) (push) Waiting to run
CI / fuzz parser (push) Blocked by required conditions
CI / test scripts (push) Blocked by required conditions
CI / ecosystem (push) Blocked by required conditions
CI / Fuzz for new ty panics (push) Blocked by required conditions
CI / cargo shear (push) Blocked by required conditions
CI / python package (push) Waiting to run
CI / pre-commit (push) Waiting to run
CI / mkdocs (push) Waiting to run
CI / formatter instabilities and black similarity (push) Blocked by required conditions
CI / test ruff-lsp (push) Blocked by required conditions
CI / check playground (push) Blocked by required conditions
CI / benchmarks-instrumented (push) Blocked by required conditions
CI / benchmarks-walltime (push) Blocked by required conditions
[refurb] Mark FURB129 autofix as unsafe if there's comments in the readlines call (#18858)
2025-06-22 08:51:37 +01:00
..
airflow [airflow] Add unsafe fix for module moved cases (AIR312) (#18363) 2025-05-30 09:36:20 -04:00
control-flow-graph
eradicate
fastapi [fastapi] Avoid false positive for class dependencies (FAST003) (#18271) 2025-06-02 14:34:50 -04:00
filesystem
flake8_2020
flake8_annotations
flake8_async [flake8-async] Mark autofix for ASYNC115 as unsafe if the call expression contains comments (#18753) 2025-06-19 13:01:33 +02:00
flake8_bandit Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
flake8_blind_except
flake8_boolean_trap
flake8_bugbear [flake8-bugbear] Mark autofix for B004 as unsafe if the hasattr call expr contains comments (#18755) 2025-06-19 10:46:53 +00:00
flake8_builtins [flake8-builtins] Ignore variables matching module attribute names (A001) (#16454) 2025-03-03 11:10:23 +01:00
flake8_commas
flake8_comprehensions [flake8-comprehensions] Handle template strings for comprehension fixes (#18710) 2025-06-19 16:23:46 -05:00
flake8_datetimez [flake8-datetime] Ignore .replace() calls while looking for .astimezone (#16050) 2025-02-09 15:48:59 +00:00
flake8_debugger [flake8-debugger] Also flag sys.breakpointhook and sys.__breakpointhook__ (T100) (#16191) 2025-02-16 14:50:16 -05:00
flake8_django
flake8_errmsg
flake8_executable [flake8-executables] Allow uv run in shebang line for shebang-missing-python (EXE003) (#16849) 2025-03-19 10:35:07 -05:00
flake8_fixme
flake8_future_annotations
flake8_gettext
flake8_implicit_str_concat Add Autofix for ISC003 (#18256) 2025-05-28 09:30:51 +02:00
flake8_import_conventions [flake8-import-conventions] Add import numpy.typing as npt to default flake8-import-conventions.aliases (#17133) 2025-04-02 09:25:46 +02:00
flake8_logging [flake8-logging] Avoid false positive for exc_info=True outside logger.exception (LOG014) (#18737) 2025-06-20 14:43:08 -04:00
flake8_logging_format
flake8_no_pep420
flake8_pie Handle parenthesized arguments in remove_argument (#18805) 2025-06-20 21:24:41 +00:00
flake8_print
flake8_pyi [flake8_pyi] Fix PYI041's fix causing TypeError with None | None | ... (#18637) 2025-06-20 15:04:51 -04:00
flake8_pytest_style [flake8-pytest-style] Mark autofix for PT001 and PT023 as unsafe if there's comments in the decorator (#18792) 2025-06-20 08:23:59 +02:00
flake8_quotes Implement template strings (#17851) 2025-05-30 15:00:56 -05:00
flake8_raise [flake8-raise] Make fix unsafe if it deletes comments (RSE102) (#18788) 2025-06-21 19:09:40 +02:00
flake8_return Mark RET501 fix unsafe if comments are inside (#18780) 2025-06-19 11:12:12 +02:00
flake8_self [flake8-self] Ignore attribute accesses on instance-like variables (SLF001) (#16149) 2025-02-23 10:00:49 +00:00
flake8_simplify [flake8-simplify] Fix false negatives for shadowed bindings (SIM910, SIM911) (#18794) 2025-06-20 13:25:36 -04:00
flake8_slots
flake8_tidy_imports
flake8_todos
flake8_type_checking Fixes how the checker visits typing.cast/typing.NewType arguments (#17538) 2025-04-23 09:26:00 +02:00
flake8_unused_arguments Consider __new__ methods as special function type for enforcing class method or static method rules (#13305) 2025-02-16 14:12:25 -06:00
flake8_use_pathlib [flake8_use_pathlib]: Replace os.symlink with Path.symlink_to (PTH211) (#18337) 2025-05-28 12:39:05 +02:00
flynt
isort
mccabe
numpy
pandas_vet
pep8_naming [pep8-naming] Suppress fix for N804 and N805 if the recommend name is already used (#18472) 2025-06-11 07:58:55 +02:00
perflint [perflint] fix missing parentheses for lambda and ternary conditions (PERF401, PERF403) (#18412) 2025-06-05 09:57:08 -05:00
pycodestyle [pycodestyle] Fix E731 autofix creating a syntax error for expressions spanned across multiple lines (#18479) 2025-06-13 08:44:15 +02:00
pydoclint
pydocstyle [pydocstyle] Handle arguments with the same names as sections (D417) (#16011) 2025-02-11 12:05:29 -05:00
pyflakes [ty] Don't warn yield not in function when yield is in function (#18008) 2025-05-21 18:16:25 +02:00
pygrep_hooks
pylint [pylint] Mark PLE0241 autofix as unsafe if there's comments in the base classes (#18832) 2025-06-21 17:20:39 +00:00
pyupgrade [pyupgrade] Suppress UP008 diagnostic if super symbol is not builtin (#18688) 2025-06-16 15:09:31 -04:00
refurb [refurb] Mark FURB129 autofix as unsafe if there's comments in the readlines call (#18858) 2025-06-22 08:51:37 +01:00
ruff Handle parenthesized arguments in remove_argument (#18805) 2025-06-20 21:24:41 +00:00
syntax_errors [semantic-syntax-tests] Add test fixtures for AwaitOutsideAsyncFunction (#17785) 2025-05-05 14:02:06 -04:00
tryceratops
__init__.py