unitaryfund / metriq-client

Fork of papers-with-code client
https://metriq.info
Apache License 2.0
3 stars 9 forks source link

Linting: Configure linter for project #83

Open vprusso opened 1 year ago

vprusso commented 1 year ago

We should include the pylint package (here) as a dev dependency for the project and run pylint . in the root directory of the project to see what linting errors arise.

We should subsequently fix these linting errors and also add a .pylintrc file to the root directory of the project for maintaining the linting style and convention for subsequent adaptations to the code base.