keithasaurus

Results 2 comments of keithasaurus

Bitten by this as well. In general, I would expect elm-format to not rewrite anything except whitespace. Is there something I'm missing here?

~https://github.com/keithasaurus/koda-validate~ uses a lot of newer parts of the type system and almost all compiler flags: ```python Project( location="https://github.com/keithasaurus/koda-validate", mypy_cmd="{mypy} koda_validate --check-untyped-defs --disallow-any-generics " "--disallow-incomplete-defs --disallow-subclassing-any " "--disallow-untyped-calls --disallow-untyped-decorators "...