aiidateam / qe-tools

A set of useful tools for Quantum ESPRESSO
MIT License
28 stars 13 forks source link

Run pre-commit on all files in Travis check. #56

Closed greschd closed 3 years ago

greschd commented 3 years ago

Add the --all-files flag to the pre-commit run on Travis. Previously, pre-commit was skipped because there are no changes when checking out the project.

Also making the indentation in the .travis.yml file consistent (previously a mix of 4 and 0 spaces, now 2 spaces).

greschd commented 3 years ago

@giovannipizzi since those changes (here, and in #55) are relatively trivial I merged them directly without review. Let me know if you disagree with this practice.

giovannipizzi commented 3 years ago

For such a simple repo I'm ok as long as tests pass, thanks!