-
I was just looking for the latest tag for v0.40.1 so as to give a URL pointing at a particular version of the code, but found you are not currently tagged the code with each release.
Would you cons…
-
@ikamensh Do you have an opinion on coverage reporting and automated linting checks?
If you want I can spend some time the coming days to implement:
* pre-commit hooks
* black enforcement
* pylint…
-
Heyho. I recently fell in love with GatsbyJS and would love to try Flynt out in combination with Gatsby to create static websites. Did you ever had a thought on that or have an idea how this could be …
bdbch updated
4 years ago
-
Please review https://packaging.python.org/discussions/install-requires-vs-requirements/#install-requires
> it’s best practice to indicate any known lower or upper bounds
> It is not considered …
-
I am trying to use this on a dev project but I've tried 4 different times in different ways to install it and it doesn't work.
The instructions say to run `composer install`, that works.
Then it s…
-
If you take the string:
```
t = 'T is a string of value: ' + val + ' and that's great!'
```
That would be better as an f-string I think. Definitely less error prone (e.g. val not a `str`) . Wh…
-
In the README you point out scenarios where conversion would cause problems. It would be great if there were a configurable way to skip lines that should not be converted. For instance it should skip …
-
Hi, I don't do much Wordpress, and just wanted to ask if child theme is supported with Flynt...and if so, what do I have to do to get it up and running?
Thanks
-
38f9d3a65222:flynt ikkamens$ pyenv local 3.6.8
38f9d3a65222:flynt ikkamens$ pip install flynt
Collecting flynt
Downloading https://files.pythonhosted.org/packages/4c/9f/ec11ff0b1f118674e1759a7a7e…
-
```console
$ cat t.py
foo = (1,)
print('%s' % foo)
$ python t.py
1
$ flynt t.py
fstringifying /tmp/flynt/t.py...yes
Flynt run has finished. Stats:
Execution time: 0.003s
Files modified: …