..
airflow
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
control-flow-graph
Add erroneous for-loop test case for CFG ( #8957 )
2023-12-01 23:11:42 +00:00
eradicate
Avoid code comment detection in PEP 723 script tags ( #10464 )
2024-03-18 17:48:51 -04:00
filesystem
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
flake8_2020
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
flake8_annotations
Handle raises with implicit alternate branches ( #9377 )
2024-01-02 22:59:12 -05:00
flake8_async
[`flake8-async`] Take `pathlib.Path` into account when analyzing async functions ( #9703 )
2024-01-30 17:42:50 +00:00
flake8_bandit
[`flake8-bandit`] Allow `urllib.request.urlopen` calls with static `Request` argument ( #10964 )
2024-04-16 02:30:23 +00:00
flake8_blind_except
[`flake8-blind-expect`] Allow raise from in `BLE001` ( #11131 )
2024-04-24 11:56:11 -04:00
flake8_boolean_trap
[`flake8-boolean-trap`] Add setting for user defined allowed boolean trap ( #10531 )
2024-03-30 00:26:12 +00:00
flake8_bugbear
Resolve classes and functions relative to script name ( #10965 )
2024-04-18 01:42:50 +00:00
flake8_builtins
Restrict `builtin-attribute-shadowing` to actual shadowed references ( #9462 )
2024-01-11 12:59:40 -05:00
flake8_commas
Consider the new f-string tokens for `flake8-commas` ( #8582 )
2023-11-10 09:49:14 +05:30
flake8_comprehensions
[flake8_comprehensions] add sum/min/max to unnecessary comprehension check (C419) ( #10759 )
2024-04-03 14:44:33 -06:00
flake8_datetimez
Allow f-strings with `%z` for `DTZ007` ( #10651 )
2024-03-29 09:57:13 +05:30
flake8_debugger
Check for use of `debugpy` and `ptvsd` debug modules ( #10177 ) ( #10194 )
2024-03-01 23:02:44 -05:00
flake8_django
Respect `__str__` definitions from super classes ( #9338 )
2023-12-31 22:25:08 +00:00
flake8_errmsg
Allow `EM` fixes even if `msg` variable is defined ( #9059 )
2023-12-08 15:16:15 -06:00
flake8_executable
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
flake8_fixme
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
flake8_future_annotations
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
flake8_gettext
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
flake8_implicit_str_concat
Add support for PEP 701 ( #7376 )
2023-09-29 02:55:39 +00:00
flake8_import_conventions
Accept non-aliased (but correct) import in unconventional-import-alias ( #10729 )
2024-04-01 23:47:20 -04:00
flake8_logging
Avoid failures due to non-deterministic binding ordering ( #10478 )
2024-03-19 18:01:33 +00:00
flake8_logging_format
Include inline instantiations when detecting loggers ( #11154 )
2024-04-25 21:00:12 -04:00
flake8_no_pep420
Avoid missing namespace violations in scripts with shebangs ( #8710 )
2023-11-16 17:21:33 -05:00
flake8_pie
Improve handling of builtin symbols in linter rules ( #10919 )
2024-04-16 11:37:31 +01:00
flake8_print
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
flake8_pyi
[`flake8-pyi`] Allow overloaded `__exit__` and `__aexit__` definitions (`PYI036`) ( #11057 )
2024-04-24 15:48:52 +00:00
flake8_pytest_style
[`flake8-pytest-style`] Fix single-tuple conversion in `pytest-parametrize-values-wrong-type` ( #10862 )
2024-04-10 14:20:09 -04:00
flake8_quotes
Add semantic model flag when inside f-string replacement field ( #10766 )
2024-04-04 09:08:48 +05:30
flake8_raise
Avoid false-positives for parens-on-raise with futures.exception() ( #10206 )
2024-03-03 00:28:51 +00:00
flake8_return
[`flake8-return`] Ignore assignments to annotated variables in `unnecessary-assign` ( #10741 )
2024-04-02 16:18:05 -04:00
flake8_self
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
flake8_simplify
[`flake8-simplify`] Avoid raising `SIM911` for non-`zip` attribute calls ( #11126 )
2024-04-24 13:05:17 +00:00
flake8_slots
[`flake8-slots`] Respect same-file `Enum` subclasses ( #11006 )
2024-04-17 21:15:52 -04:00
flake8_tidy_imports
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
flake8_todos
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
flake8_trio
Avoid `TRIO115` if the argument is a variable ( #10376 )
2024-03-13 13:09:18 +05:30
flake8_type_checking
Recategorize `runtime-string-union` to `TCH010` ( #9721 )
2024-02-01 13:35:02 -06:00
flake8_unused_arguments
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
flake8_use_pathlib
Show custom message for `Path.joinpath` with starred arguments ( #7852 )
2023-10-09 12:04:35 +00:00
flynt
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
isort
Always place non-relative imports after relative imports ( #10669 )
2024-03-29 22:13:54 -04:00
mccabe
Rename `ruff` crate to `ruff_linter` ( #7529 )
2023-09-20 08:38:27 +02:00
numpy
Add `row_stack` to NumPy 2.0 migration rule ( #10646 )
2024-03-28 09:49:40 -04:00
pandas_vet
Limit inplace diagnostics to methods that accept inplace ( #9495 )
2024-01-12 14:12:54 -05:00
pep8_naming
Recursively resolve `TypeDicts` for N815 violations ( #10719 )
2024-04-01 17:40:55 +00:00
perflint
Improve inference capabilities of the `BuiltinTypeChecker` ( #10976 )
2024-04-16 18:53:22 +01:00
pycodestyle
Improve handling of builtin symbols in linter rules ( #10919 )
2024-04-16 11:37:31 +01:00
pydocstyle
D403: Require capitalizing single word sentence ( #10776 )
2024-04-05 08:42:00 +02:00
pyflakes
Add support for PEP 696 syntax ( #11120 )
2024-04-26 09:47:29 +02:00
pygrep_hooks
[`pygrep_hooks`] Fix `blanket-noqa` panic when last line has noqa with no newline (`PGH004`) ( #11108 )
2024-04-25 14:39:38 -04:00
pylint
[`pylint`] Implement `invalid-index-returned` (`PLE0305`) ( #10962 )
2024-04-19 03:44:05 +00:00
pyupgrade
[UP031] When encountering `"%s" % var` offer unsafe fix ( #11019 )
2024-04-22 08:40:51 -07:00
refurb
[`refurb`] Implement `fstring-number-format` (`FURB116`) ( #10921 )
2024-04-26 01:15:33 +00:00
ruff
[`ruff`] Detect duplicate codes as part of `unused-noqa` (`RUF100`) ( #10850 )
2024-04-27 12:33:44 +00:00
tryceratops
Avoid failures due to non-deterministic binding ordering ( #10478 )
2024-03-19 18:01:33 +00:00
__init__.py
[`pylint`] (Re-)Implement `import-private-name` (`C2701`) ( #9553 )
2024-01-16 14:03:11 -05:00