Tobias Schmidt
Tobias Schmidt
This would be super useful to have. Is there any chance of landing this soon?
What exactly does that `files` attribute have to be for this to work?
You're saying a `.pre-commit-config.yaml` that includes ``` - repo: https://github.com/lorenzwalthert/precommit rev: v0.3.2 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] additional_dependencies: - r-lib/styler files: '(\.[rR]profile|\.R|\.Rmd|\.Rnw|\.r|\.rmd|\.rnw|\.qmd)$' exclude: 'renv/activate\.R' ``` should do the...
Awesome, thank you!
Same issue for me on 2.1.2. If this worked fine in 2.0.1, which was released in August 2021, did [one of @jimhester's changes late last year](https://github.com/tidyverse/readr/commits/main/src/CollectorGuess.cpp) inadvertently break this?
Would love this (as an option to L039?) as well. Makes for much cleaner code!
I'm greatly enjoying whisker but this feature is sorely lacking. Any news on this?
I like this idea. Seems fundamentally wrong to be testing against `nan` after coercion. Would you consider a pull request along these lines?
Maybe. But if I set `allow_empty=True` I get `TypeError: data type not understood`.
@keller00 I see you self-assigned this. Does that mean you're working on this? If so, got a rough timeline?