Denis Gavrilyuk
|
721a1e9443
|
Add flake8-debugger (#909)
|
2022-11-26 16:21:03 -05:00 |
|
Charlie Marsh
|
7445d00b88
|
Implement B023 (function uses loop variable) (#907)
|
2022-11-25 18:29:54 -05:00 |
|
Oliver Margetts
|
8b14f1b8cc
|
Implement F522-F525 (#899)
|
2022-11-25 13:14:31 -05:00 |
|
Oliver Margetts
|
2cf2805848
|
Implement F521 (#898)
|
2022-11-24 18:09:36 -05:00 |
|
Harutaka Kawamura
|
33fbef7700
|
Implement B904 (#892)
|
2022-11-24 09:49:57 -05:00 |
|
Charlie Marsh
|
bdd32c0850
|
Enforce most pedantic lints on CI (#878)
|
2022-11-22 18:55:57 -05:00 |
|
Anders Kaseorg
|
9a66cf2ffb
|
Fix clippy::uninlined_format_args (pedantic)
https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-11-21 23:22:28 -05:00 |
|
Anders Kaseorg
|
fb545551f8
|
Fix clippy::match_bool (pedantic)
https://rust-lang.github.io/rust-clippy/master/index.html#match_bool
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-11-21 23:22:28 -05:00 |
|
Anders Kaseorg
|
8d9d9b3204
|
Fix clippy::documentation_markdown (pedantic)
https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
|
2022-11-21 23:22:28 -05:00 |
|
Andri Bergsson
|
ce116a80ad
|
Automatically remove redundant open modes #640 (#843)
|
2022-11-21 16:06:41 -05:00 |
|
Anders Kaseorg
|
9bcf194fdc
|
Ignore clippy::match-same-arms (pedantic) in a few places (#863)
|
2022-11-21 15:59:58 -05:00 |
|
Harutaka Kawamura
|
89980ad651
|
Implement autofix for B013 (#824)
|
2022-11-20 18:49:07 -05:00 |
|
Jonathan Plasse
|
7cab541343
|
Add convert exit() to sys.exit() rule (#816)
|
2022-11-20 18:09:40 -05:00 |
|
Charlie Marsh
|
98cab5cdba
|
Add class names to NamedTuple and TypedDict rules (#829)
|
2022-11-20 10:29:47 -05:00 |
|
Martin Lehoux
|
40f38c94a5
|
Implement U014: Convert NamedTuple function to class (#819)
|
2022-11-20 10:26:15 -05:00 |
|
Harutaka Kawamura
|
7839204bf7
|
Implement autofix for B010 (#823)
|
2022-11-20 10:14:29 -05:00 |
|
Harutaka Kawamura
|
13e8ed0a0a
|
Implement autofix for E731 (#814)
|
2022-11-19 19:51:41 -05:00 |
|
Jonathan Plasse
|
b74fd1fe13
|
Change error code of flake8-blind-except (#808)
|
2022-11-18 13:30:36 -05:00 |
|
pwoolvett
|
7a4449eacb
|
Add flake8-boolean-trap (#790)
|
2022-11-18 12:30:07 -05:00 |
|
Jonathan Plasse
|
2f894e3951
|
Add flake8-blind-except (#805)
|
2022-11-18 12:15:10 -05:00 |
|
Martin Lehoux
|
c5722d8a4d
|
Implement U013: Unnecessary TypedDict syntactic form (#716)
|
2022-11-18 12:10:47 -05:00 |
|
Edgar R. M
|
f44fada446
|
Implement C901 (mccabe) (#765)
|
2022-11-17 17:40:50 -05:00 |
|
Charlie Marsh
|
f0a54716e5
|
Implement flake8-tidy-imports (#789)
|
2022-11-17 11:44:06 -05:00 |
|
Jonathan Plasse
|
8063aee006
|
Remove unnecessary abspath rule (U002) (#781)
|
2022-11-17 11:29:42 -05:00 |
|
Harutaka Kawamura
|
1821c07367
|
Implement B020 (#753)
|
2022-11-15 16:17:03 -05:00 |
|
Harutaka Kawamura
|
9047bf680d
|
Implement B024 and B027 (#738)
|
2022-11-14 13:12:23 -05:00 |
|
Harutaka Kawamura
|
a8159f9893
|
Implement B022 (#734)
|
2022-11-14 09:24:05 -05:00 |
|
Harutaka Kawamura
|
84bf36194b
|
Implement B012 (#718)
|
2022-11-13 11:55:33 -05:00 |
|
Harutaka Kawamura
|
e4d168bb4f
|
Implement B021 (#719)
|
2022-11-13 11:40:24 -05:00 |
|
Charlie Marsh
|
8f99705795
|
Make some error messages more grammatically consistent
|
2022-11-12 16:57:23 -05:00 |
|
Charlie Marsh
|
9ec7e6bcd6
|
Add function name to B008 message
|
2022-11-12 16:53:13 -05:00 |
|
Edgar R. M
|
1b422a7f12
|
Add flake8-bandit (#697)
|
2022-11-12 12:04:49 -05:00 |
|
Charlie Marsh
|
da051624e4
|
Add backticks around functools.lru_cache
|
2022-11-12 11:56:23 -05:00 |
|
Martin Lehoux
|
afa59d78bb
|
feat: no unnecessary encode utf8 (#686)
|
2022-11-12 11:54:36 -05:00 |
|
Chammika Mannakkara
|
6bcc11a90f
|
add fixes for __future__ import removal (#682)
|
2022-11-12 11:28:05 -05:00 |
|
Harutaka Kawamura
|
6f36e5dd25
|
Implement B019 (#695)
|
2022-11-12 11:14:03 -05:00 |
|
Anders Kaseorg
|
5a8b7c1d20
|
Implement flake8-2020 (sys.version, sys.version_info misuse) (#688)
|
2022-11-11 20:39:37 -05:00 |
|
Charlie Marsh
|
4123ba9851
|
Add backticks around setattr
|
2022-11-11 11:08:22 -05:00 |
|
Harutaka Kawamura
|
e727c24f79
|
Implement autofix for B009 (#684)
|
2022-11-11 11:06:47 -05:00 |
|
Harutaka Kawamura
|
bd3b40688f
|
Implement B010 (#683)
|
2022-11-11 10:26:37 -05:00 |
|
Charlie Marsh
|
3cc74c0564
|
Implement import sorting (#633)
|
2022-11-10 19:05:56 -05:00 |
|
Harutaka Kawamura
|
1888f6d41b
|
Implement B009 (#669)
|
2022-11-10 13:52:20 -05:00 |
|
Harutaka Kawamura
|
05c19f0091
|
Implement B026 (#668)
|
2022-11-10 10:47:42 -05:00 |
|
Chammika Mannakkara
|
ff0f5968fa
|
Detect unnecessary params in lru_cache (#664)
|
2022-11-09 10:02:48 -05:00 |
|
Edgar R. M
|
24aa177912
|
Implement ANN401 (#657)
|
2022-11-08 09:49:44 -05:00 |
|
Reiner Gerecke
|
2ddc768412
|
Implement fix for C404 (#656)
|
2022-11-08 09:37:17 -05:00 |
|
Chammika Mannakkara
|
0f9508f549
|
Remove unnecessary __future__ imports (#634)
|
2022-11-07 22:26:57 -05:00 |
|
Charlie Marsh
|
7c3d387abd
|
Implement confusing unicode character detection for comments (#653)
|
2022-11-07 21:16:34 -05:00 |
|
Charlie Marsh
|
da39cddccb
|
Include function and argument names in ANN checks (#648)
|
2022-11-07 15:27:03 -05:00 |
|
Harutaka Kawamura
|
35cc3094b5
|
Implement B005 (#643)
|
2022-11-07 10:10:59 -05:00 |
|