Ash
Ash
I've gone through everywhere the `Color` enum is called as per [here](https://arthursonzogni.github.io/FTXUI/namespaceftxui_1_1Terminal.html#ab87bacfdad76e61b9412d7124be44c1c) and it appears to only ever be used on a `text` element. I'm trying to change the background...
- [x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [x] I've searched the [issues](https://github.com/Riverside-Healthcare/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## System Info - OS: popOS 22.04 - Python...
## Expected Behavior ``` Running "skipped"... SKIPPED Suite 'Example': all tests passed (1 asserts in 2 tests) 1 tests skipped Suite 'global': all tests passed (0 asserts in 0 tests)...
If you run a hook that reformats or modifies the file, after loading, nvim should read the file from memory in-place to prevent "this file has already been saved" warnings.
Something like `:Precommit flake8` to emulate doing `pre-commit run flake8 --files ` as opposed to always running every hook