Charlie Marsh
|
4550581be2
|
Relax lowercase condition in N806 (#562)
|
2022-11-02 22:38:29 -04:00 |
|
Charlie Marsh
|
b42d77a4c6
|
Avoid autofixes for errors in f-strings (#561)
|
2022-11-02 22:31:57 -04:00 |
|
Charlie Marsh
|
d448281b33
|
Add plugin properties to settings cache key (#559)
|
2022-11-02 22:10:01 -04:00 |
|
Charlie Marsh
|
94597fefc1
|
Change flake8-quotes default to double quotes (#558)
|
2022-11-02 22:03:54 -04:00 |
|
Charlie Marsh
|
add0bdeeb7
|
DRY up utilities in flake8_comprehensions/fixes.rs (#556)
|
2022-11-02 22:00:53 -04:00 |
|
Charlie Marsh
|
6a180b95d1
|
Implement autofix for dict and tuple comprehensions (#555)
|
2022-11-02 21:36:20 -04:00 |
|
Charlie Marsh
|
416c338237
|
Respect trailing whitespace in comprehension fixes (#554)
|
2022-11-02 21:08:17 -04:00 |
|
Charlie Marsh
|
9948be0145
|
Automatically fix a variety of comprehension rules (#553)
|
2022-11-02 20:39:35 -04:00 |
|
Charlie Marsh
|
f50ff61056
|
Expose autofix mode in public API (#551)
|
2022-11-02 09:44:46 -04:00 |
|
Charlie Marsh
|
0827d0beef
|
Account for typing_extensions for annotation parsing (#550)
|
2022-11-02 09:01:12 -04:00 |
|
Charlie Marsh
|
79ca66ace5
|
Use nightly rustfmt with rustfmt.toml (#536)
|
2022-11-01 20:34:38 -04:00 |
|
fsouza
|
c68c6b5424
|
Make columns indices 1-based in the text output format (#539)
|
2022-11-01 19:06:08 -04:00 |
|
Charlie Marsh
|
bad5723d80
|
Add plugin configuration to flake8-to-ruff (#535)
|
2022-11-01 17:08:53 -04:00 |
|
Charlie Marsh
|
5123b38758
|
Refine list of annotatable subscripts (#534)
|
2022-11-01 16:36:05 -04:00 |
|
Charlie Marsh
|
e9a4c8ba13
|
Track typing module imports (#533)
|
2022-11-01 14:01:59 -04:00 |
|
Charlie Marsh
|
5797884262
|
Represent per-file ignores as a map (#531)
|
2022-10-31 22:15:33 -04:00 |
|
Charlie Marsh
|
621db96e7f
|
Use more consistent Option in pyproject settings (#530)
|
2022-10-31 16:34:58 -04:00 |
|
Charlie Marsh
|
f3f010cdf5
|
Move flake8-to-ruff to a separate crate (#528)
|
2022-10-31 14:22:07 -04:00 |
|
Charlie Marsh
|
7e5e03fb15
|
Add a Flake8-to-Ruff configuration conversion tool (#527)
|
2022-10-31 11:34:40 -04:00 |
|
Charlie Marsh
|
78889efa37
|
Modify public API to return Check rather than Message (#524)
|
2022-10-31 09:20:14 -04:00 |
|
Charlie Marsh
|
2415d73260
|
Remove RustPython fork (#523)
|
2022-10-30 18:04:05 -04:00 |
|
Charlie Marsh
|
b060ae2f22
|
Move SourceCodeLocator to its own module (#522)
|
2022-10-30 15:51:59 -04:00 |
|
Charlie Marsh
|
9aa91d3d3c
|
Add a cargo bench for SourceCodeLocator (#521)
|
2022-10-30 13:50:42 -04:00 |
|
Charlie Marsh
|
dcedb801e5
|
Tweak a few check messages (#520)
|
2022-10-30 13:13:37 -04:00 |
|
Charlie Marsh
|
d3e7fdabb5
|
Implement consistent newline handling for SourceCodeLocator (#519)
|
2022-10-30 13:11:08 -04:00 |
|
Charlie Marsh
|
58a2d600da
|
Avoid flagging D202 for inner functions and classes (#518)
|
2022-10-30 13:02:55 -04:00 |
|
Harutaka Kawamura
|
7ecbfe4f6a
|
Implement B006 (#515)
|
2022-10-30 12:57:57 -04:00 |
|
Charlie Marsh
|
d8248104a7
|
Avoid re-indenting empty lines in D207 (#517)
|
2022-10-30 09:41:54 -04:00 |
|
Charlie Marsh
|
6eb09122c0
|
Add final newline in SourceCodeLocator
|
2022-10-29 19:23:16 -04:00 |
|
Charlie Marsh
|
3aa9528229
|
Avoid flake8-comprehensions errors for dicts with kwargs (#512)
|
2022-10-29 18:49:06 -04:00 |
|
Charlie Marsh
|
db59d5b558
|
Use a single SourceCodeLocator everywhere (#510)
|
2022-10-29 18:23:24 -04:00 |
|
Charlie Marsh
|
2fcbf3ab62
|
Simplify SourceCodeLocator offset computation (#509)
|
2022-10-29 18:13:42 -04:00 |
|
Anders Kaseorg
|
fa9b10be72
|
Remove leading space from C416 message (#508)
|
2022-10-29 17:40:50 -04:00 |
|
Charlie Marsh
|
c495cef529
|
Move pyproject.toml logging to debug (#506)
|
2022-10-29 17:07:46 -04:00 |
|
Charlie Marsh
|
c0c8dff6ce
|
Implement configuration options for pep8-naming (#505)
|
2022-10-29 17:00:30 -04:00 |
|
Charlie Marsh
|
6a040a0405
|
Update checks_gen.rs
|
2022-10-29 15:39:02 -04:00 |
|
Harutaka Kawamura
|
2821ef0f69
|
Implement B013 (#503)
|
2022-10-29 15:36:29 -04:00 |
|
Harutaka Kawamura
|
343d931ddb
|
Ignore unittest methods and functions in N802 (#502)
|
2022-10-29 15:36:09 -04:00 |
|
Harutaka Kawamura
|
3fc257f71b
|
Implement N806, 815, 816, 818 (#501)
|
2022-10-29 15:35:56 -04:00 |
|
Charlie Marsh
|
549af6c584
|
Regenerate CheckCodePrefix
|
2022-10-28 19:10:45 -04:00 |
|
Anders Kaseorg
|
f260b873b6
|
Fix “not a char boundary” error with Unicode in extract_quote (#497)
|
2022-10-28 18:59:12 -04:00 |
|
Charlie Marsh
|
782a90b584
|
Add tests for resolve_codes (#498)
|
2022-10-28 18:58:46 -04:00 |
|
Charlie Marsh
|
7df903dc4d
|
Move around and rename some of the Settings structs (#496)
|
2022-10-28 18:46:54 -04:00 |
|
Charlie Marsh
|
8fc5e91ec7
|
Enable prefix-based check code selection (#493)
|
2022-10-28 18:19:57 -04:00 |
|
Charlie Marsh
|
9ca1a2c273
|
Fix failing pyproject.toml test
|
2022-10-28 18:13:07 -04:00 |
|
Charlie Marsh
|
86265c1d7c
|
Implement the flake8-quotes plugin (#495)
|
2022-10-28 17:52:11 -04:00 |
|
Charlie Marsh
|
a057c9a323
|
Move invalid_escape_sequence into pycodestyle (#494)
|
2022-10-28 12:20:11 -04:00 |
|
Charlie Marsh
|
389fe1ff64
|
Avoid auto-fixing unused imports in __init__.py (#489)
|
2022-10-27 13:08:04 -04:00 |
|
Charlie Marsh
|
bad2d7ba85
|
Add example of per-file ignores to the README (#488)
|
2022-10-27 12:58:52 -04:00 |
|
Charlie Marsh
|
416aa298ac
|
Allow whitespace in per-file ignore patterns (#487)
|
2022-10-27 12:55:28 -04:00 |
|