-
```
#!/usr/bin/env python3
thing = 1
otherThing = 'blah'
print(f'blah{thing}' + otherThing + 'blah')
print(f'blah{thing}' + otherThing + f'blah{thing + 1}')
```
-> `flynt blah.py --transform-…
-
Do you plan to introduce simple unit tests?
Codeception is a very good platform: https://github.com/lucatume/wp-browser
-
I can see how to fix this, but on a project previously flynt'd without the line length setting
```
$ flynt --line_length 99999 project_name/
Running flynt v.0.40
Flynt run has finished. Stats:…
-
Hi, I'm tying to install Flynt on my wordpress on localhost. I'm having troubles with composer install:
***-MBP:flynt-1.1.1 ***$ composer install
-bash: composer: command not found
Can please s…
ghost updated
4 years ago
-
Hey guys, I installed your theme to my local wordpress but I can't seem to run it properly. I get to position 5. "Run npm run start and start developing. Your local server is available at localhost:30…
-
A file containing
```python
a = 2
b = "%s" % a
```
is not rewritten to use `.format()` unless I wrap the `a` into a one-element tuple like `b = "%s" % (a,)`.
-
## Issue
WooCommerce orders are not listed on My Account page.
This is happening because [the `HideProtectedPosts` feature](https://github.com/flyntwp/flynt/blob/0baa2aa409c4cc5c9d23eec6f64c6c82c0…
-
The help shown in the readme at https://github.com/ikamensh/flynt#command-line-options is outdated. Can it be updated?
-
I am aware that ``flynt --fail-on-change`` could be used as part of a git pre-commit hook or continuous integration setup.
My preference for that kind of thing is to use a flake8 plugin. My reading…
-
This may be more of a feature request*
Hi! this script is awesome.
Even though Actions can contain key-frames for multiple animations, the **NLA editor will only play one instance of the strip on …