Issues
- 9
- 1
prefer-collapsed-with
#88 opened by sbdchd - 1
no unnecessary comprehension
#120 opened by sbdchd - 0
starts-with-ends-with
#102 opened by sbdchd - 0
- 1
Other rules for replacing lambda expressions
#114 opened by ericbn - 1
Similar rules
#17 opened by sobolevn - 6
0.14.0: pytest is failing
#104 opened by kloczek - 2
0.15.0: missing git tag?
#112 opened by kloczek - 1
collapsible-with
#109 opened by chdsbd - 0
unnecessary-cast
#108 opened by sbdchd - 0
prefer-negated-conditions
#107 opened by sbdchd - 0
django-prefer-bulk
#105 opened by sbdchd - 0
no-unnecessary-super-params
#103 opened by sbdchd - 0
prefer-starts-with
#99 opened by sbdchd - 0
celery-ignore-result
#100 opened by sbdchd - 0
redis-set-expire
#101 opened by sbdchd - 1
ensure correct logging calls
#73 opened by chdsbd - 1
add `prefer-simple-range` rule
#51 opened by sbdchd - 1
prefer `list` to `lambda: []`
#85 opened by sbdchd - 1
`no-assert-except`
#74 opened by sbdchd - 1
prefer-literal
#91 opened by sbdchd - 1
`foo or bar` instead of `foo if foo else bar`
#79 opened by sbdchd - 0
missing case for no-unnecessary-spread
#92 opened by sbdchd - 0
prefer-with
#89 opened by sbdchd - 0
prefer-simple-iterator
#87 opened by sbdchd - 0
ban try except pytest.fail
#86 opened by sbdchd - 1
- 1
`no-unnecessary-dict-kwargs`
#80 opened by sbdchd - 1
warn about calling `not` on a list comprehension
#78 opened by chdsbd - 2
`prefer-sum-counting`
#75 opened by sbdchd - 0
add rule `prefer-logging-interpolation`
#70 opened by chdsbd - 1
- 1
add rule `prefer-simple-return`
#63 opened by sbdchd - 1
`prefer-simple-any-all`
#71 opened by sbdchd - 0
add rule `no-unnecessary-else`
#68 opened by chdsbd - 1
add rule `unnecessary-spread`
#64 opened by sbdchd - 2
disallow unnecessary methods
#65 opened by chdsbd - 1
- 0
add a rule `no-unnecessary-dunder-call`
#58 opened by sbdchd - 2
typing-extensions not listed as dependency
#60 opened by alastairporter - 1
add `prefer-literal` rule
#48 opened by sbdchd - 0
warn about unnecessary `len(list(set(foo)))`
#47 opened by sbdchd - 1
warn about pointless classes
#46 opened by chdsbd - 6
- 0
Document python version requirements
#14 opened by peterjc - 2
flake8 entry_points ID collides with flake8-bugbear leading to plugin auto-load problems
#9 opened by bskinn