sobolevn
sobolevn
@Levivb absolutely agree with you. We need a mechanism to configure this tool. First release was intentionally made as simple as possible. But, configuration is on a roadmap.
Can you please provide an example? Something like `dotenv-linter .env --strict-keys=SHOULD_BE_PRESENT,OTHER_REQUIRED`?
We now have `ClassVar` type in `typing`: https://docs.python.org/3/library/typing.html#typing.ClassVar It would be awesome to have this clean API: ```python @attr.s(auto_attribs=True) class MyClass(object): class_var: ClassVar[int] instance_var: str ``` Will result in: 1....
@MichaelPeter-Shockoe Thanks for the detailed report. Are you interested in providing a fix?
@joshrabinowitz Could you please verify that this is still an issue?
@joshrabinowitz you have to look for expression expansion issues. It generally means that we are missing `""` quotes somewhere. Or something similar.
@joshrabinowitz thank you for your hard work! I know this was a challenging one. Awesome, that we got this fixed!
Looks fine by me! I can realistically do it somewhere next month. It is crazy right now with my other work 🙂
https://www.gnupg.org/documentation/manuals/gnupg/Dirmngr-Configuration.html > This directory is used to store cached CRLs. The crls.d part will be created by dirmngr if it does not exists but you need to make sure that...
Some more research is needed before I can answer this question 🙂