Edgar R. M
|
2f71bdfbfc
|
Implement flake8-bandit rule S108 (#1644)
|
2023-01-04 21:11:13 -05:00 |
|
Charlie Marsh
|
30d6688c26
|
Implement nested-if detection (#1649)
|
2023-01-04 20:55:01 -05:00 |
|
Charlie Marsh
|
7339d7eccf
|
Implement builtin import removal (#1645)
|
2023-01-04 19:10:16 -05:00 |
|
Charlie Marsh
|
980d10b952
|
Add Ruff badge to README (#1642)
|
2023-01-04 17:27:01 -05:00 |
|
Martin Fischer
|
ca48492137
|
Add task-tags & ignore-overlong-task-comments settings (#1550)
|
2023-01-04 17:10:21 -05:00 |
|
Charlie Marsh
|
7c23701b62
|
Note a few more incompatibilities (#1639)
|
2023-01-04 16:05:15 -05:00 |
|
Charlie Marsh
|
8da2c4815a
|
Tweak Yoda condition message (#1638)
|
2023-01-04 15:58:01 -05:00 |
|
Edgar R. M
|
1817f8752b
|
Implement flake8-bandit rule S103 (#1636)
|
2023-01-04 15:47:38 -05:00 |
|
Colin Delahunty
|
8b8e6e44ea
|
Adding my company to the "used in" category of the Readme. (#1631)
|
2023-01-04 12:31:18 -05:00 |
|
messense
|
0df28bdd4e
|
Implement flake8-simplify SIM105 rule (#1621)
|
2023-01-04 08:10:59 -05:00 |
|
Charlie Marsh
|
8b07f9517a
|
Implement SIM220 and SIM221 (#1630)
|
2023-01-04 08:07:00 -05:00 |
|
Charlie Marsh
|
20930b3675
|
Add some more users to the README (#1623)
|
2023-01-03 23:06:08 -05:00 |
|
Colin Delahunty
|
fb1a638a96
|
Implement yield -to-yield from conversion (#1544)
|
2023-01-03 22:56:52 -05:00 |
|
Charlie Marsh
|
aacfc9ee0b
|
Bump version to 0.0.210
|
2023-01-03 21:46:08 -05:00 |
|
Charlie Marsh
|
cc116b0192
|
Treat convention as setting ignore, rather than select (#1611)
|
2023-01-03 21:27:53 -05:00 |
|
Matt Oberle
|
03275c9c98
|
Add isort.order-by-type boolean setting (#1607)
|
2023-01-03 18:07:44 -05:00 |
|
Harutaka Kawamura
|
8d99e317b8
|
Implement autofix for PT022 (#1604)
|
2023-01-03 13:36:28 -05:00 |
|
Charlie Marsh
|
e9a236f740
|
Bump version to 0.0.209
|
2023-01-03 08:27:28 -05:00 |
|
Pedram Navid
|
da5a25b421
|
Add autofix for SIM300 (#1588)
|
2023-01-03 07:19:04 -05:00 |
|
jvstme
|
d1389894a4
|
Fix several typos in README (#1590)
|
2023-01-03 07:06:43 -05:00 |
|
Charlie Marsh
|
8b277138de
|
Bump version to 0.0.208
|
2023-01-02 23:19:03 -05:00 |
|
Charlie Marsh
|
e0fe34c523
|
Implement and-false and or-true rules (#1586)
|
2023-01-02 23:10:42 -05:00 |
|
Charlie Marsh
|
995fee5ddd
|
Increment flake8-pie implementation count
|
2023-01-02 22:47:05 -05:00 |
|
Harutaka Kawamura
|
b351221049
|
Mark FStringMissingPlaceholders as fixable (#1582)
|
2023-01-02 22:41:40 -05:00 |
|
Charlie Marsh
|
8aeec35bfb
|
Implement dupe-class-field-definitions (#1581)
|
2023-01-02 22:26:01 -05:00 |
|
Charlie Marsh
|
93259acb31
|
Implement unnecessary-pass-statement (#1580)
|
2023-01-02 22:15:24 -05:00 |
|
Charlie Marsh
|
5dd9e99a4b
|
Add flake8-pie plugin with prefer_list_builtin (#1578)
|
2023-01-02 21:47:38 -05:00 |
|
Charlie Marsh
|
0c05488740
|
Automatically set baseline D codes based on convention (#1574)
|
2023-01-02 19:08:56 -05:00 |
|
Charlie Marsh
|
e5a59f41b0
|
Remove extend- from docstring configuration examples (#1571)
|
2023-01-02 17:53:41 -05:00 |
|
Edgar R. M
|
c4014ef2d3
|
Implement flake8-pytest-style (#1506)
|
2023-01-02 16:34:17 -05:00 |
|
Charlie Marsh
|
f74050e5b1
|
Bump version to 0.0.207
|
2023-01-02 14:39:32 -05:00 |
|
Víctor
|
06321fd240
|
Add usage clarification to README (#1557)
|
2023-01-02 13:40:16 -05:00 |
|
Pedram Navid
|
07e47bef4b
|
Add flake8-simplify SIM300 check for Yoda Conditions (#1539)
|
2023-01-01 18:37:40 -05:00 |
|
Anders Kaseorg
|
86b61806a5
|
Correct UP027 message to “generator expression” (#1540)
|
2023-01-01 18:30:58 -05:00 |
|
Colin Delahunty
|
65c34c56d6
|
Implement list-to-tuple comprehension unpacking (#1534)
|
2023-01-01 16:53:26 -05:00 |
|
Charlie Marsh
|
2315db7d13
|
Bump version to 0.0.206
|
2023-01-01 16:39:29 -05:00 |
|
Charlie Marsh
|
8fd0d8e9d8
|
Bump pyupgrade implementation count
|
2022-12-31 21:25:34 -05:00 |
|
Colin Delahunty
|
70895a8f1e
|
Pyupgrade: import mock to from unittest import mock (#1488)
|
2022-12-31 21:25:06 -05:00 |
|
Charlie Marsh
|
92c2981b6d
|
Add dark mode variant for benchmark image (#1519)
|
2022-12-31 17:47:32 -05:00 |
|
Colin Delahunty
|
4ad8db3d61
|
Pyupgrade: Turn errors into OSError (#1434)
|
2022-12-31 16:36:05 -05:00 |
|
Charlie Marsh
|
0e8c237167
|
Bump version to 0.0.205
|
2022-12-31 13:44:39 -05:00 |
|
Charlie Marsh
|
0c215365ae
|
Bump version to 0.0.204
|
2022-12-31 08:20:09 -05:00 |
|
Harutaka Kawamura
|
f7bb5bc858
|
Remove F831 (#1495)
|
2022-12-30 23:57:51 -05:00 |
|
Charlie Marsh
|
01c74e0629
|
Add a "fix message" to every autofix-able check (#1489)
|
2022-12-30 23:16:03 -05:00 |
|
Charlie Marsh
|
248447e139
|
Trim CLI help during generation (#1492)
|
2022-12-30 22:03:58 -05:00 |
|
Charlie Marsh
|
74903f23d6
|
Bump version to 0.0.203
|
2022-12-30 15:33:30 -05:00 |
|
Charlie Marsh
|
4c2fbb7ac0
|
Remove hidden autoformat command (#1486)
|
2022-12-30 15:32:05 -05:00 |
|
Reiner Gerecke
|
c9aa7b9308
|
Generate the README's --help output automatically via cargo +nightly dev generate-all (#1483)
|
2022-12-30 15:06:32 -05:00 |
|
Charlie Marsh
|
818582fe8a
|
Bump version to 0.0.202
|
2022-12-30 08:16:32 -05:00 |
|
Martin Fischer
|
87681697ae
|
Improve CLI help for --select (#1471)
|
2022-12-30 07:16:44 -05:00 |
|