issues
search
ikamensh
/
flynt
A tool to automatically convert old string literal formatting to f-strings
MIT License
689
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Assertion tracebacks too verbose
#200
wimglenn
opened
2 months ago
0
fix tests on py312
#199
ikamensh
closed
3 months ago
1
Remove Unnecessary F-strings
#198
havocesp
closed
3 months ago
1
using # noqa: flynt results in ruff warnings
#197
pschwaller
opened
6 months ago
2
Unicode escape sequences are not preserved
#196
linuxdaemon
opened
6 months ago
1
Python AST deprecations
#195
akaihola
opened
8 months ago
1
Handle %s strings with length and alignment
#194
Lalufu
opened
1 year ago
0
Maybe spurious traceback on calling `.format` on a variable
#193
Lalufu
opened
1 year ago
0
flynt 1.0.1 doesn't handle backslashes (`\`) correctly, causes SyntaxError in created f-strings
#192
EwoutH
opened
1 year ago
0
Implement PEP 701 – Syntactic formalization of f-strings for Python 3.12+
#191
EwoutH
opened
1 year ago
0
Degree symbol causes flynt to think it sees EOF in multiline string
#190
dkozinn
opened
1 year ago
0
Fix join not using returned node
#189
ikamensh
closed
1 year ago
0
transform-joins breaks code
#188
zeevro
closed
1 year ago
1
transform-concats creates unnecessary f-strings
#187
mwtoews
opened
1 year ago
0
flynt: command not found
#186
BruteForce89
opened
1 year ago
1
Crash when using line length, -ll 999
#185
kwloafman
closed
1 year ago
3
remove legacy tokenizer/lexer candidates generator
#184
ikamensh
closed
1 year ago
0
Use ast to find candidate fstring expressions
#183
ikamensh
closed
1 year ago
0
Cleanup
#182
ikamensh
closed
1 year ago
0
Don't put string literals into f-strings
#181
wimglenn
closed
1 year ago
1
Set line-limit argument type to int
#180
akash329d
closed
1 year ago
1
Unintuitive transformation
#179
twmr
opened
1 year ago
0
Doesn't convert .format() if content in next line.
#178
WojciechSzade
closed
1 year ago
1
Doesn't convert .format() if content in next line.
#177
WojciechSzade
closed
1 year ago
0
Option to avoid converting overly complex logic into f-strings
#176
eli-schwartz
opened
1 year ago
1
Support for print statement without parentheses in python2 style
#175
horoyoii
closed
1 year ago
3
piplicenses can't find license
#174
i3rinkmann
opened
1 year ago
0
--transform-concats trips flynt on some code
#173
PiRK
opened
1 year ago
0
Does flynt output match with the rules of flake8-errmsg?
#172
cclauss
opened
1 year ago
1
Apply more ruff rules
#171
cclauss
closed
1 year ago
1
pre-commit: Replace bandit, flake8, and isort with ruff
#170
cclauss
closed
1 year ago
0
Didn't work implicit concat strings
#169
wimglenn
opened
1 year ago
1
remove the unwanted extra newline added by sys.stdin
#168
PiRK
closed
1 year ago
3
No conversion happens for raw (r) strings
#167
patrickdepinguin
opened
1 year ago
1
Super aggressive mode ?
#166
Nodd
opened
1 year ago
0
need help for installing dev package and running tests
#165
PiRK
closed
1 year ago
2
add a --stdout option
#164
PiRK
closed
1 year ago
6
Fix state reading from args, support state with `--string`
#163
akx
closed
1 year ago
0
Transform concatenation does not work with "--string"
#162
EmmaJaneBonestell
closed
1 year ago
5
Stdin/stdout support
#161
akx
closed
1 year ago
0
Support for stdin
#160
gerases
closed
1 year ago
7
Get rid of global lexer state
#159
akx
closed
1 year ago
0
Declare support for Python 3.11 and use stdlib tomllib
#158
hugovk
closed
1 year ago
1
tidied up some pylint and flake8 warnings
#157
marksmayo
closed
1 year ago
1
tidied up a bunch of pylint warnings
#156
marksmayo
closed
1 year ago
5
Get rid of global state
#155
akx
closed
1 year ago
4
Use logging instead of global state + verbose
#154
akx
closed
2 years ago
2
Fix for issues #55 and #104
#153
akx
closed
2 years ago
0
pre-commit: updates + isort + autoflake + bandit
#152
akx
closed
2 years ago
0
Simplify CLI tests
#151
akx
closed
2 years ago
0
Next