Skip to content
Snippets Groups Projects
Commit ccfa6820 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Pre-commit now checks for .py and .eb files.

Before, it was only checking for .py
parent c442b6a7
Branches
No related tags found
No related merge requests found
...@@ -3,3 +3,5 @@ repos: ...@@ -3,3 +3,5 @@ repos:
rev: '' # Use the sha / tag you want to point at rev: '' # Use the sha / tag you want to point at
hooks: hooks:
- id: autopep8 - id: autopep8
types: [file]
files: \.(eb|py)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment