Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a false positive for `simplify-boolean-expression` when multiple values ↵ | Jacob Walls | 2022-10-16 | 1 | -7/+25 |
| | | | | | inferred (#7627) Add a keyword-only `compare_constants` argument to `safe_infer`. | ||||
* | Fix incorrect ``consider-using-ternary`` when condition is inferable as ↵ | Arianna Y | 2021-10-29 | 1 | -0/+6 |
| | | | | | | | False (#5227) * Fix incorrect ``consider-using-ternary`` when condition is inferrable as False * Properly infer the condition in old ternary statements and suggest ``simplify-boolean-expression`` over ``consider-using-ternary`` if it is False | ||||
* | Fix simple typo: tenrary -> ternary (#3238) | Tim Gates | 2019-11-11 | 1 | -1/+1 |
| | |||||
* | [functional tests] Rename example_functional_tests.py => ↵ | Pierre Sassoulas | 2019-09-10 | 1 | -0/+33 |
e/example_functional_tests.py Permit to navigate in the functional tests easier. |