remove files option from pre commit config

This commit is contained in:
collerek
2021-10-10 14:12:19 +02:00
parent d8f0dc92f0
commit b99df7720f

View File

@ -3,15 +3,12 @@ repos:
rev: 21.9b0 rev: 21.9b0
hooks: hooks:
- id: black - id: black
files: ormar tests
- repo: https://github.com/pycqa/flake8 - repo: https://github.com/pycqa/flake8
rev: 3.9.2 rev: 3.9.2
hooks: hooks:
- id: flake8 - id: flake8
args: [ '--max-line-length=88' ] args: [ '--max-line-length=88' ]
files: ormar
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910 rev: v0.910
hooks: hooks:
- id: mypy - id: mypy
files: ormar tests