| .. |
|
ast
|
Avoid T201 errors for print(..., file=fp)-like calls (#1287)
|
2022-12-19 00:10:07 -05:00 |
|
autofix
|
Replace cache bool with an enum
|
2022-12-16 15:45:30 -05:00 |
|
checkers
|
Avoid T201 errors for print(..., file=fp)-like calls (#1287)
|
2022-12-19 00:10:07 -05:00 |
|
cst
|
Convert Err(anyhow(...)) to bail (#984)
|
2022-12-01 13:33:06 -05:00 |
|
docstrings
|
Remove some string clones from docstring helpers (#1172)
|
2022-12-09 22:30:34 -05:00 |
|
eradicate
|
Replace ignore_noqa and autofix booleans with enums (#1264)
|
2022-12-16 14:01:25 -05:00 |
|
flake8_2020
|
Move checkers into their own module (#1268)
|
2022-12-16 22:55:47 -05:00 |
|
flake8_annotations
|
Move checkers into their own module (#1268)
|
2022-12-16 22:55:47 -05:00 |
|
flake8_bandit
|
Replace ignore_noqa and autofix booleans with enums (#1264)
|
2022-12-16 14:01:25 -05:00 |
|
flake8_blind_except
|
Move checkers into their own module (#1268)
|
2022-12-16 22:55:47 -05:00 |
|
flake8_boolean_trap
|
Move checkers into their own module (#1268)
|
2022-12-16 22:55:47 -05:00 |
|
flake8_bugbear
|
Implement flake8-datetimez (#1270)
|
2022-12-18 22:06:06 -05:00 |
|
flake8_builtins
|
Replace ignore_noqa and autofix booleans with enums (#1264)
|
2022-12-16 14:01:25 -05:00 |
|
flake8_comprehensions
|
Replace ignore_noqa and autofix booleans with enums (#1264)
|
2022-12-16 14:01:25 -05:00 |
|
flake8_datetimez
|
Avoid T201 errors for print(..., file=fp)-like calls (#1287)
|
2022-12-19 00:10:07 -05:00 |
|
flake8_debugger
|
Move flake8-debugger tests into flake8-debugger subdirectory (#1286)
|
2022-12-18 22:06:42 -05:00 |
|
flake8_errmsg
|
Replace ignore_noqa and autofix booleans with enums (#1264)
|
2022-12-16 14:01:25 -05:00 |
|
flake8_import_conventions
|
Replace ignore_noqa and autofix booleans with enums (#1264)
|
2022-12-16 14:01:25 -05:00 |
|
flake8_print
|
Avoid T201 errors for print(..., file=fp)-like calls (#1287)
|
2022-12-19 00:10:07 -05:00 |
|
flake8_quotes
|
Replace ignore_noqa and autofix booleans with enums (#1264)
|
2022-12-16 14:01:25 -05:00 |
|
flake8_return
|
Move checkers into their own module (#1268)
|
2022-12-16 22:55:47 -05:00 |
|
flake8_simplify
|
Move checkers into their own module (#1268)
|
2022-12-16 22:55:47 -05:00 |
|
flake8_tidy_imports
|
Replace ignore_noqa and autofix booleans with enums (#1264)
|
2022-12-16 14:01:25 -05:00 |
|
flake8_unused_arguments
|
Move checkers into their own module (#1268)
|
2022-12-16 22:55:47 -05:00 |
|
isort
|
Auto-detect same-package imports (#1266)
|
2022-12-16 21:19:11 -05:00 |
|
lex
|
Fix clippy::documentation_markdown (pedantic)
|
2022-11-21 23:22:28 -05:00 |
|
mccabe
|
Replace ignore_noqa and autofix booleans with enums (#1264)
|
2022-12-16 14:01:25 -05:00 |
|
pandas_vet
|
Auto-detect same-package imports (#1266)
|
2022-12-16 21:19:11 -05:00 |
|
pep8_naming
|
Move checkers into their own module (#1268)
|
2022-12-16 22:55:47 -05:00 |
|
pycodestyle
|
Fix inverted E501 condition (#1285)
|
2022-12-18 20:08:30 -05:00 |
|
pydocstyle
|
Move checkers into their own module (#1268)
|
2022-12-16 22:55:47 -05:00 |
|
pyflakes
|
Move checkers into their own module (#1268)
|
2022-12-16 22:55:47 -05:00 |
|
pygrep_hooks
|
pygrep-hooks - deprecated use of logging.warn & no blanket type ignore (#1275)
|
2022-12-18 18:04:21 -05:00 |
|
pylint
|
Move checkers into their own module (#1268)
|
2022-12-16 22:55:47 -05:00 |
|
python
|
Add autofix for F504 and F522 (#1184)
|
2022-12-10 16:33:09 -05:00 |
|
pyupgrade
|
Implement flake8-datetimez (#1270)
|
2022-12-18 22:06:06 -05:00 |
|
ruff
|
Replace ignore_noqa and autofix booleans with enums (#1264)
|
2022-12-16 14:01:25 -05:00 |
|
settings
|
Readme : Fix incorrect exmaple. (#1277)
|
2022-12-18 12:04:48 -05:00 |
|
vendored
|
Style fixes (#1049)
|
2022-12-05 09:57:48 -05:00 |
|
cache.rs
|
Change a few more methods to take AsRef<Path>
|
2022-12-16 21:38:52 -05:00 |
|
checks.rs
|
Implement flake8-datetimez (#1270)
|
2022-12-18 22:06:06 -05:00 |
|
checks_gen.rs
|
Implement flake8-datetimez (#1270)
|
2022-12-18 22:06:06 -05:00 |
|
cli.rs
|
Use --stdin-filename when resolving configuration files (#1281)
|
2022-12-18 17:51:55 -05:00 |
|
code_gen.rs
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
commands.rs
|
Auto-detect same-package imports (#1266)
|
2022-12-16 21:19:11 -05:00 |
|
directives.rs
|
Separate line-based checker from noqa enforcement (#1267)
|
2022-12-16 22:49:27 -05:00 |
|
fs.rs
|
Change a few more methods to take AsRef<Path>
|
2022-12-16 21:38:52 -05:00 |
|
iterators.rs
|
Support hierarchical settings for nested directories (#1190)
|
2022-12-12 10:12:23 -05:00 |
|
lib.rs
|
Implement flake8-datetimez (#1270)
|
2022-12-18 22:06:06 -05:00 |
|
linter.rs
|
pygrep-hooks - deprecated use of logging.warn & no blanket type ignore (#1275)
|
2022-12-18 18:04:21 -05:00 |
|
logging.rs
|
Print redirect warnings exactly once per code (#1280)
|
2022-12-18 12:03:49 -05:00 |
|
main.rs
|
Use --stdin-filename when resolving configuration files (#1281)
|
2022-12-18 17:51:55 -05:00 |
|
message.rs
|
Include fixes in JSON API output (#988)
|
2022-12-01 16:30:56 -05:00 |
|
noqa.rs
|
Rename I252 to TID252; add redirects for all renamed codes (#1129)
|
2022-12-07 15:12:22 -05:00 |
|
packages.rs
|
Auto-detect same-package imports (#1266)
|
2022-12-16 21:19:11 -05:00 |
|
printer.rs
|
Replace cache bool with an enum
|
2022-12-16 15:45:30 -05:00 |
|
resolver.rs
|
Change a few more methods to take AsRef<Path>
|
2022-12-16 21:38:52 -05:00 |
|
rustpython_helpers.rs
|
Apply autofixes iteratively until code is stabilized (#875)
|
2022-11-22 16:37:52 -05:00 |
|
source_code_locator.rs
|
Avoid inserting extra newlines for comment-delimited import blocks (#1201)
|
2022-12-11 17:13:09 -05:00 |
|
updates.rs
|
Fix clippy::redundant_closure_for_method_calls (pedantic)
|
2022-11-21 23:22:28 -05:00 |
|
visibility.rs
|
Move checkers into their own module (#1268)
|
2022-12-16 22:55:47 -05:00 |