Skip to content

Commit

Permalink
Merge pull request #1612 from jdufresne/pre-commit-types-or
Browse files Browse the repository at this point in the history
Add pyi and cython file support to .pre-commit-hooks.yaml
  • Loading branch information
timothycrosley committed Dec 20, 2020
2 parents c0b987d + eb7b916 commit 59b1b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Expand Up @@ -4,5 +4,5 @@
require_serial: true
language: python
language_version: python3
types: [python]
types_or: [cython, pyi, python]
args: ['--filter-files']

0 comments on commit 59b1b6f

Please sign in to comment.