From d04f4ea7a51ddbbe1e19cc5852cc9ac2a60cfc36 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 13 Apr 2022 10:23:04 -0500 Subject: [PATCH] remove dev-requirements.txt --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7978c66..40d5ba1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -73,10 +73,10 @@ repos: )$ - repo: https://github.com/mgedmin/check-manifest - rev: '0.48' + rev: "0.48" hooks: - - id: check-manifest - stages: [manual] + - id: check-manifest + stages: [manual] - repo: https://github.com/sirosen/check-jsonschema rev: 0.14.2