Replies: 2 comments
-
I think it would make sense to support |
Beta Was this translation helpful? Give feedback.
0 replies
-
Exists in the next release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
For the Poetry Cookiecutter template that we maintain, we'd like to be able to distinguish between two types of fixable rules:
Examples of rules that you don't want to run on-save (1), but that may want to run on-commit (2) are:
import numpy as np
, then hit save and see the import removed)Is it correct that
--fixable
overrides (and does not extend) the fixable setting inpyproject.toml
? Is there a way to extendpyproject.toml
's fixable setting with the CLI? Or would this be a new feature?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions