Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2nd-class support Julia #2689

Open
jmuchovej opened this issue Jan 10, 2023 · 2 comments
Open

2nd-class support Julia #2689

jmuchovej opened this issue Jan 10, 2023 · 2 comments
Labels

Comments

@jmuchovej
Copy link

Would pre-commit be open to supporting Julia as a first-class language? There's at least one project that Julia seem keen to have pre-commit support (JuliaFormatter.jl). I realized in attempting to provide pre-commit support that there's no first-class support for Julia.

I believe I'd be open to making a PR to provide said support, but wanted to ask if it's something pre-commit would be open to supporting, in the first place. 🙂

@asottile
Copy link
Member

yep! new languages are always welcome -- there's certain "classes" of languages defined -- 2nd class is the easiest to get started with ~usually -- https://github.com/pre-commit/pre-commit/blob/main/CONTRIBUTING.md#adding-support-for-a-new-hook-language

@jmuchovej
Copy link
Author

OOH. I see. I totally missed the varying classes of support. Thanks for the pointer! 🙂 I'll definitely start-off with 2nd class support and go from there. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

3 participants
@asottile @jmuchovej and others