hyrise / index_selection_evaluation

Platform to evaluate index selection algorithms
MIT License
80 stars 25 forks source link

Add linter #36

Closed Bensk1 closed 4 years ago

Bensk1 commented 4 years ago

Apart from a lot of complaining about line length, it actually found unused variables, unnecessary imports and undeclared variables in tests (which made the tests kind of useless).

Bensk1 commented 4 years ago

By the way, there should be no need to check all of the changes. Consider it more as a "to let you know"

Bensk1 commented 4 years ago

https://black.readthedocs.io/en/stable/the_black_code_style.html#line-length

Let's go for 90