issues
search
MartinThoma
/
flake8-simplify
❄ A flake8 plugin that helps you to simplify code
MIT License
186
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[New Rule] match with same arms
#194
sbrugman
opened
2 months ago
0
[Adjust Rule] SIM 108 and SIM 118 don't cover enough cases as Ruff
#193
Emilianissimo
opened
8 months ago
0
[New Rule] Duplicate blocks in if/else
#192
sanxiyn
opened
9 months ago
0
[Error] Not working with flake8==7.0.0 and Python 3.11.7
#191
Danipulok
opened
9 months ago
0
Usage of deprecated ast nodes
#190
kasium
opened
10 months ago
0
Bump actions/setup-python from 4 to 5
#189
dependabot[bot]
closed
10 months ago
0
[New Rule] Preferring in-place operators
#188
Avasam
opened
11 months ago
0
Bump actions/checkout from 3 to 4
#187
dependabot[bot]
closed
1 year ago
0
[Adjust Rule] SIM118 - possible issue with objects having a method "keys()"
#186
GitRon
opened
1 year ago
1
Add Python 3.12 to CI
#185
cclauss
closed
1 year ago
3
Upgrade pre-commit hook versions
#184
ScDor
closed
1 year ago
1
SIM911: Avoid using `zip(dict.keys(), dict.values())`
#183
ScDor
closed
1 year ago
1
[New Rule] Use set_default in Python dictionaries
#182
Skylion007
opened
1 year ago
0
[New Rule] AnySequence(dict.keys()) to AnySequence(dict)
#181
janosh
opened
1 year ago
0
[New Rule] Replace `hasattr` if else with `getattr` when appropiate
#180
Skylion007
opened
1 year ago
1
Add new release 0.20 with changes at GitHub
#179
DmytroLitvinov
opened
1 year ago
0
Sim401 less greedy
#178
joaoe
closed
1 year ago
0
[Adjust Rule] SIM401 False positive, rule too greedy
#177
joaoe
opened
1 year ago
0
[Adjust Rule] missing case with SIM108
#176
Borda
opened
1 year ago
0
SIM118 false positive when using awsglue.dynamicframe.DynamicFrameCollection
#175
robmcd
closed
1 year ago
1
[Adjust Rule] loosen SIM115 when just opening a file without reference
#174
jamesbraza
opened
1 year ago
0
ENH: Add `dict.get(key, None)` → `dict.get(key)` as SIM910
#173
kyoto7250
closed
1 year ago
2
[New Rule] Suggest `exist_ok` for `Path.mkdir` and `os.makedirs`
#172
MaxG87
opened
1 year ago
0
[New Rule]: rewrite dict.get(key, None) as dict.get(key)
#171
janosh
closed
1 year ago
2
[Adjust Rule] Only emit SIM208 in boolean contexts
#170
dosisod
opened
1 year ago
0
[New Rule] Merge duplicate startswith / endswith calls
#169
Skylion007
opened
1 year ago
1
SIM212: Simplify the expected code
#168
BoboTiG
closed
1 year ago
1
[Adjust Rule] SIM901 case where bool could be useful
#167
jamesbraza
opened
1 year ago
0
SIM401 should not apply to non-constant default values
#166
thomasdesr
opened
1 year ago
0
[New Rule] unnecessary argument defaults
#165
danieleades
opened
1 year ago
0
Use of mutation testing in flake8-simplify - Help needed
#164
belene
closed
1 year ago
0
Upgrade GitHub Actions and add Python 3.11
#163
cclauss
closed
1 year ago
1
[New Rule] Unnecessary use of backslash escaping
#162
rpdelaney
opened
2 years ago
0
[New Rule] replace `zip(d.keys(), d.values())` with `d.items()`
#161
GideonBear
closed
1 year ago
0
[New Rule] Don't check list length is > 0 before iterating over it
#160
rpdelaney
opened
2 years ago
1
[Adjust Rule] SIM908 doesn't work for python 3.7
#159
kasium
opened
2 years ago
0
[New Rule] Use functions from operator
#158
TomFryers
opened
2 years ago
0
[Adjust Rule] SIM904 false positive
#157
navotarad
opened
2 years ago
0
Update supported Python versions
#156
pylipp
closed
2 years ago
1
[Adjust Rule] SIM300 false positive with literals on both sides
#155
ghost
opened
2 years ago
1
PEP 621: Migrate config to pyproject.toml
#154
cclauss
closed
1 year ago
1
SIM905 false positive
#153
Anthchirp
opened
2 years ago
0
[Adjust Rule] SIM115 false positive in a complex with statement
#152
danny0838
opened
2 years ago
0
Fix typos
#151
kianmeng
closed
2 years ago
2
[New Rule] Underscores in Numeric Literals
#150
zephvr
opened
2 years ago
1
DOC: Typo - Comparations ➔ Comparisons
#149
cclauss
closed
2 years ago
1
SIM110: a false-positive test-case
#148
marxin
opened
2 years ago
0
SIM104: Remove false-positives in case the loop is not a direct child of an async function
#147
wyuenho
closed
2 years ago
3
yield from is not allowed in async function
#146
wyuenho
closed
2 years ago
4
Use repr when printing strings
#145
ItsDrike
opened
2 years ago
0
Next