.. |
eradicate
|
Only allowlist noqa et al at the start of a comment (#1157)
|
2022-12-08 23:10:36 -05:00 |
filesystem
|
Split test fixtures up by plugin (#985)
|
2022-12-01 13:33:33 -05:00 |
flake8_2020
|
Split test fixtures up by plugin (#985)
|
2022-12-01 13:33:33 -05:00 |
flake8_annotations
|
flake8-annotations: Move has_any_typed_arg into correct nested if (#2269)
|
2023-01-27 18:15:46 -05:00 |
flake8_bandit
|
[flake8-bandit ] Add Rule S110 (try/except/pass) (#2197)
|
2023-01-27 18:52:55 -05:00 |
flake8_blind_except
|
Avoid flagging blind exceptions with valid logging (#2232)
|
2023-01-26 17:05:01 -05:00 |
flake8_boolean_trap
|
Extend false-positive list for flake8-boolean-trap (#1338)
|
2022-12-22 10:56:04 -05:00 |
flake8_bugbear
|
Don't flag B009/B010 if identifiers would be mangled (#2204)
|
2023-01-26 12:56:18 -05:00 |
flake8_builtins
|
[flake8-builtins ] Add builtins-ignorelist Option (#2061)
|
2023-01-21 11:09:04 -05:00 |
flake8_commas
|
Grammar fixes (#2014)
|
2023-01-20 07:44:23 -05:00 |
flake8_comprehensions
|
Improve spacing preservation for C405 fixes (#1855)
|
2023-01-13 13:11:08 -05:00 |
flake8_datetimez
|
Fix false positive DTZ001 on datetime(2000, 1, 1, 0, 0, 0, 0, utc) (#1308)
|
2022-12-21 19:03:36 -05:00 |
flake8_debugger
|
Move flake8-debugger tests into flake8-debugger subdirectory (#1286)
|
2022-12-18 22:06:42 -05:00 |
flake8_errmsg
|
test: Fix flake8-errmsg snapshots (#1260)
|
2022-12-15 23:53:15 -05:00 |
flake8_executable
|
Implement EXE001 and EXE002 from flake8-executable (#2118)
|
2023-01-24 08:02:47 -05:00 |
flake8_implicit_str_concat
|
Implicit flake8-implicit-str-concat (#1463)
|
2022-12-29 23:00:55 -05:00 |
flake8_import_conventions
|
ICN001 check from imports that have no alias (#2072)
|
2023-01-21 17:47:08 -05:00 |
flake8_logging_format
|
Implement some rules from flake8-logging-format (#2150)
|
2023-01-26 12:58:10 -05:00 |
flake8_no_pep420
|
Base INP check on package inference (#2079)
|
2023-01-21 19:49:56 -05:00 |
flake8_pie
|
Avoid removing trailing comments on pass statements (#2235)
|
2023-01-26 17:29:13 -05:00 |
flake8_print
|
Avoid T201 errors for print(..., file=fp) -like calls (#1287)
|
2022-12-19 00:10:07 -05:00 |
flake8_pytest_style
|
refactor: use remove_argument helper in pyupgrade
|
2023-01-29 22:30:37 -05:00 |
flake8_quotes
|
Implement autofix for flake8-quotes (#1810)
|
2023-01-12 12:42:28 -05:00 |
flake8_return
|
Ignore generators in flake8-return rules (#2126)
|
2023-01-24 08:15:26 -05:00 |
flake8_simplify
|
Treat attribute constants as constant for yoda-conditions (#2266)
|
2023-01-27 12:55:12 -05:00 |
flake8_tidy_imports
|
Implement TID251 (banning modules & module members) (#1436)
|
2022-12-29 22:11:12 -05:00 |
flake8_type_checking
|
Implement exempt-modules setting from flake8-type-checking (#2230)
|
2023-01-26 16:55:32 -05:00 |
flake8_unused_arguments
|
Skip unused argument checks for magic methods (#1801)
|
2023-01-11 19:02:20 -05:00 |
flake8_use_pathlib
|
feat: include os.getcwdb (bytes) into flake8-use-pathlib (#2276)
|
2023-01-27 18:25:02 -05:00 |
isort
|
Place star before other member imports (#2320)
|
2023-01-28 22:17:43 -05:00 |
mccabe
|
Split test fixtures up by plugin (#985)
|
2022-12-01 13:33:33 -05:00 |
pep8_naming
|
Preserve global binding kind during reassignments (#2297)
|
2023-01-28 08:40:09 -05:00 |
pycodestyle
|
Add support for pycodestyle E101 (#2038)
|
2023-01-20 17:24:58 -05:00 |
pydocstyle
|
fix: issue D401 only for non-test/property functions and methods (#2071)
|
2023-01-22 14:24:59 -05:00 |
pyflakes
|
Treat builtins as synthetically used (#2251)
|
2023-01-27 11:25:45 -05:00 |
pygrep-hooks
|
Refactor import-tracking to leverage existing AST bindings (#1856)
|
2023-01-13 20:39:54 -05:00 |
pylint
|
Allow list comprehensions for __all__ assignment (#2326)
|
2023-01-29 14:26:54 -05:00 |
pyupgrade
|
Remove remove-six-compat (UP016) (#2332)
|
2023-01-29 21:19:59 -05:00 |
ruff
|
Respect per-file-ignores when checking noqa (#2309)
|
2023-01-28 14:16:30 -05:00 |
tryceratops
|
[TRY201 ] don't check raise statements in nested exception handlers (#2337)
|
2023-01-29 21:16:18 -05:00 |
pyproject.toml
|
[flake8-builtins ] Add builtins-ignorelist Option (#2061)
|
2023-01-21 11:09:04 -05:00 |
README.md
|
Enable configuration files to "extend" other configuration files (#1219)
|
2022-12-12 20:28:22 -05:00 |