ashketchupppp / veff

2 stars 1 forks source link

Setup GitHub action for linting #4

Open ashketchupppp opened 2 years ago

ashketchupppp commented 2 years ago

^^^^ We want this to run before the test action

Dhravya commented 2 years ago

I think the linting is a little bit aggressive, maybe you can use the black formatter to keep it very consistent and simple but not as aggressivef (For example, naming the function parameter to p "doesn't follow the snake_case format")

Dhravya commented 2 years ago

I can set up a github action for black formatter

ashketchupppp commented 2 years ago

Go for it, I just installed pylint and had it follow pep8