Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add optional `prefer-typing-namedtuple` message (#8681)HEADmain | Jacob Walls | 2023-05-16 | 3 | -0/+14 |
| | | | Closes #8660 | ||||
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 1 | -1/+1 |
| | |||||
* | Fix `consider-using-augmented-assign` nested attribute access (#8088) | Marc Mueller | 2023-01-20 | 2 | -1/+16 |
| | |||||
* | [consider-using-augmented-assign] Do not warn for non-commutative operators ↵ | Pierre Sassoulas | 2023-01-09 | 2 | -26/+76 |
| | | | | | | | | | | | (#8037) Or rather, only warn for known commutative operators. Closes #7639 Co-authored-by: Nick Drozd <nicholasdrozd@gmail.com> Co-authored-by: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> | ||||
* | Cover more lines (#7996) | Nick Drozd | 2022-12-28 | 2 | -3/+8 |
| | |||||
* | Fix `use-sequence-for-iteration` when unpacking a set with `*` (#7975) | Dani Alcala | 2022-12-26 | 2 | -3/+2 |
| | |||||
* | Move `consider-using-augmented-assign` to `CodeStyle` extension (#7628) | Marc Mueller | 2022-10-16 | 5 | -0/+108 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Use main instead of master as main checker name (#6569) | Daniël van Noord | 2022-05-10 | 4 | -4/+4 |
| | | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Revert renaming extension tests (#5473) | Marc Mueller | 2021-12-05 | 12 | -14/+7 |
| | | | | * Split py_version_35 test | ||||
* | Update functional test expected output (#5349) | Daniël van Noord | 2021-11-24 | 3 | -31/+31 |
| | | | | | | * Add ``confidence`` to all expected functional test outputs * Make OutputLine accept end_line and end_column Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Move the functional tests for extension in 'tests/functional/ext' | Pierre Sassoulas | 2021-11-23 | 11 | -0/+17 |
| | |||||
* | Spelling and grammar fixes | Ville Skyttä | 2021-09-17 | 1 | -1/+1 |
| | |||||
* | Add additional test case - consider-using-assignment-expr (#4975) | Marc Mueller | 2021-09-06 | 1 | -1/+12 |
| | |||||
* | Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876) | Marc Mueller | 2021-08-30 | 3 | -0/+172 |
| | | | | | | | | | | | * Add global py-version config * Add typing-extensions as requirement for Python < 3.10 * Add consider-using-assignment-expr to CodeStyleChecker * Default to max-line-length Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> | ||||
* | Improvements consider-using-tuple (#4838) | Marc Mueller | 2021-08-13 | 2 | -9/+13 |
| | | | | | | * Fix typing * Improve consider-using-tuple check * Limit to in-place defined lists * Emit even for starred expressions | ||||
* | Fix existing tests | Marc Mueller | 2021-08-13 | 2 | -2/+4 |
| | |||||
* | Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)" | Marc Mueller | 2021-08-12 | 2 | -40/+4 |
| | | | | This reverts commit ca3bc53fd8d628473fba25c7736d0abfac8e4a4a. | ||||
* | Extended consider-using-tuple check to cover 'in' comparisons (#4768) | Marc Mueller | 2021-07-29 | 2 | -4/+40 |
| | |||||
* | Merge branch 'master' into misc-tasks | Pierre Sassoulas | 2021-06-12 | 3 | -0/+81 |
|\ | |||||
| * | Move consider-using-namedtuple-or-dataclass to CodeStyle extension | Marc Mueller | 2021-06-12 | 3 | -0/+81 |
| | | |||||
* | | Renamed code_style extension test | Marc Mueller | 2021-06-10 | 3 | -0/+0 |
|/ | |||||
* | Move to new extension CodeStyleChecker | Marc Mueller | 2021-06-10 | 3 | -0/+35 |