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 |
|
Harutaka Kawamura
|
7ecbfe4f6a
|
Implement B006 (#515)
|
2022-10-30 12:57:57 -04:00 |
|
Charlie Marsh
|
db59d5b558
|
Use a single SourceCodeLocator everywhere (#510)
|
2022-10-29 18:23:24 -04:00 |
|
Harutaka Kawamura
|
2821ef0f69
|
Implement B013 (#503)
|
2022-10-29 15:36:29 -04:00 |
|
Harutaka Kawamura
|
3fc257f71b
|
Implement N806, 815, 816, 818 (#501)
|
2022-10-29 15:35:56 -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
|
63552cbc8e
|
Implement W605 (invalid escape sequence) (#482)
|
2022-10-26 19:10:24 -04:00 |
|
Charlie Marsh
|
c00bd489f1
|
Fix multi-segment import removal (#480)
|
2022-10-26 16:43:55 -04:00 |
|
Charlie Marsh
|
b6c856bd07
|
Implement B007 (unused loop control variable) (#473)
|
2022-10-26 12:01:27 -04:00 |
|
Charlie Marsh
|
8f734a6562
|
Implement B002 (unary prefix increment) (#468)
|
2022-10-25 21:10:51 -04:00 |
|
Charlie Marsh
|
bcf7519eb3
|
Implement B017 (no assertRaises(Exception)) (#467)
|
2022-10-25 20:55:00 -04:00 |
|
Harutaka Kawamura
|
b108c693fa
|
Implement N811, 812, 813, 814, and 817 (#457)
|
2022-10-20 12:20:44 -04:00 |
|
Harutaka Kawamura
|
aac1912ea7
|
Implement N807 (#456)
|
2022-10-20 11:12:02 -04:00 |
|
Charlie Marsh
|
4ac6a18d40
|
Remove some Vec arguments
|
2022-10-16 18:17:10 -04:00 |
|
Harutaka Kawamura
|
c55fd76743
|
Implement N801 ~ N805 (#439)
|
2022-10-16 11:58:39 -04:00 |
|
konstin
|
bb466bc8d3
|
Add initial wasm32-wasi support (#416)
|
2022-10-14 20:58:18 -04:00 |
|
Charlie Marsh
|
3c15c578a7
|
Implement D206, D207, and D208 (#429)
|
2022-10-14 13:26:36 -04:00 |
|
Harutaka Kawamura
|
b64040cbb2
|
Implement C417 (#426)
|
2022-10-14 12:34:00 -04:00 |
|
Charlie Marsh
|
952a0eb4e3
|
Implement checks for Google-style docstrings (#427)
|
2022-10-14 11:53:29 -04:00 |
|
Charlie Marsh
|
9bbfd1d3b2
|
Implement docstring argument tracking for NumPy-style docstrings (#425)
|
2022-10-14 10:18:07 -04:00 |
|
Charlie Marsh
|
6fb82ab763
|
Use test_case for macro-driven check tests (#424)
|
2022-10-13 18:51:01 -04:00 |
|
Harutaka Kawamura
|
bcddd9e97f
|
Implement C413 (#421)
|
2022-10-13 11:15:41 -04:00 |
|
Harutaka Kawamura
|
3e789136af
|
Implement C411 (#420)
|
2022-10-13 09:48:27 -04:00 |
|
Harutaka Kawamura
|
07ef3b8754
|
Implement C416 (#415)
|
2022-10-13 08:34:33 -04:00 |
|
fsouza
|
720bfe0161
|
Implement --fix with stdin (#405)
|
2022-10-12 22:31:46 -04:00 |
|
Charlie Marsh
|
167992ad48
|
Implement D407, D408, D409, D412, and D414 (#413)
|
2022-10-12 17:12:54 -04:00 |
|
Charlie Marsh
|
f0dab24079
|
Implement D405, D406, D410, D411, and D413 (#411)
|
2022-10-12 16:31:14 -04:00 |
|
Charlie Marsh
|
77055faab6
|
Implement D404 and D418 for pydocstyle (#409)
|
2022-10-12 13:20:55 -04:00 |
|
Harutaka Kawamura
|
0072dfd81e
|
Implement C414 (#406)
|
2022-10-12 12:58:46 -04:00 |
|
Charlie Marsh
|
688fc0cd02
|
Implement docstring visibility checks (#408)
|
2022-10-12 12:46:40 -04:00 |
|
Charlie Marsh
|
590aa92ead
|
Implement D201, D202, D203, D204, and D211 (#404)
|
2022-10-11 21:08:30 -04:00 |
|
Charlie Marsh
|
8868f57a74
|
Implement D402 for pydocstyle (#403)
|
2022-10-11 13:19:56 -04:00 |
|
Charlie Marsh
|
2ff964107c
|
Add D212, D213, D300, D403, and D415 (#400)
|
2022-10-11 12:48:23 -04:00 |
|
Harutaka Kawamura
|
8ba872ece4
|
Support linting input from stdin (#387)
|
2022-10-11 09:56:20 -04:00 |
|
Charlie Marsh
|
4e9fb9907a
|
Implement D205, D209, and D210 (#398)
|
2022-10-10 16:49:51 -04:00 |
|
Charlie Marsh
|
b8dce8922d
|
Implement D200 (OneLinerDocstring) (#397)
|
2022-10-10 16:07:51 -04:00 |
|
Charlie Marsh
|
30877127bc
|
Implement D400 (DocstringEndsInNonPeriod) (#396)
|
2022-10-10 15:35:23 -04:00 |
|
Charlie Marsh
|
8b66bbdc9b
|
Regenerate rules table
|
2022-10-10 15:18:18 -04:00 |
|
Charlie Marsh
|
71d3a84b14
|
Implement D410 (EmptyDocstring) (#395)
|
2022-10-10 15:15:38 -04:00 |
|
Charlie Marsh
|
35f593846e
|
Implement B014 from flake8-bugbear (#392)
|
2022-10-10 12:53:42 -04:00 |
|
Charlie Marsh
|
c384fa513b
|
Implement B025 from flake8-bugbear (#391)
|
2022-10-10 12:18:31 -04:00 |
|
Charlie Marsh
|
022ff64d29
|
Implement B011 from flake8-bugbear (#390)
|
2022-10-10 10:55:55 -04:00 |
|
Charlie Marsh
|
46750a3e17
|
Flag unimplemented error codes in M001 (#388)
|
2022-10-10 10:03:40 -04:00 |
|
Harutaka Kawamura
|
c2a36ebd1e
|
Implement C410 (#382)
|
2022-10-09 23:33:55 -04:00 |
|
Harutaka Kawamura
|
38c30905e6
|
Implement C409 (#381)
|
2022-10-09 22:34:52 -04:00 |
|
Charlie Marsh
|
b51a080a44
|
Rename SPR001 to U008 (#379)
|
2022-10-09 21:58:22 -04:00 |
|
Charlie Marsh
|
6a1d7d8a1c
|
Defer string annotations even when futures annotations are enabled (#378)
|
2022-10-09 18:28:29 -04:00 |
|
Harutaka Kawamura
|
bbe0220c72
|
Implement C415 (#371)
|
2022-10-09 10:12:58 -04:00 |
|
Charlie Marsh
|
7fe5945541
|
Implement PEP 604 annotation rewrites (#369)
|
2022-10-08 20:28:00 -04:00 |
|