From b99df7720fa089334b6771fcf249bf6583e0b62b Mon Sep 17 00:00:00 2001 From: collerek Date: Sun, 10 Oct 2021 14:12:19 +0200 Subject: [PATCH] remove files option from pre commit config --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ddf33a4..a6dd943 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,15 +3,12 @@ repos: rev: 21.9b0 hooks: - id: black - files: ormar tests - repo: https://github.com/pycqa/flake8 rev: 3.9.2 hooks: - id: flake8 args: [ '--max-line-length=88' ] - files: ormar - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.910 hooks: - id: mypy - files: ormar tests