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
Loading
......@@ -2,4 +2,6 @@ repos:
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: '' # Use the sha / tag you want to point at
hooks:
- id: autopep8
\ No newline at end of file
- 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