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

switch from pylint to ruff #24

Open
hechth opened this issue Nov 5, 2024 · 0 comments
Open

switch from pylint to ruff #24

hechth opened this issue Nov 5, 2024 · 0 comments

Comments

@hechth
Copy link
Collaborator

hechth commented Nov 5, 2024

          We could also switch from `pylint` to `ruff` as we just also did for MS2DeepScore.

The workflow would need something like this:

      - name: Check style against standards using Ruff
        run: ruff check .

And we could add a config file ruff.toml or .ruff.toml, e.g. like this ruff.toml. In principle this should also work with something like tool.ruff in the existing toml-file.

Originally posted by @florian-huber in #22 (comment)

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

No branches or pull requests

1 participant