django-ftl / fluent-compiler

High performance Python implementation of Fluent, Mozilla's l10n language
Other
21 stars 4 forks source link

Integrate `mypy` #26

Open samylovma opened 12 months ago

samylovma commented 12 months ago

I've unpinned linters' versions to get them always up to date. Another way is use dependabot or pre-commit.ci.

samylovma commented 12 months ago

@spookylukey, I think it would be great to use pre-commit.ci to centralize linting. What do you think?

spookylukey commented 12 months ago

I've unpinned linters' versions to get them always up to date. Another way is use dependabot or pre-commit.ci.

I understand for CI this will get latest version, but what does it do locally?

@spookylukey, I think it would be great to use pre-commit.ci to centralize linting. What do you think?

I haven't used them before (just one less dependency and thing to go wrong), but I'm happy to try if you think it is a good service.