From 70cb1ebc8be01eb28721c6350c2b9cf626815994 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 11 May 2020 14:14:30 -0700 Subject: [PATCH] Run pre-commit autoupdate Committed via https://github.com/asottile/all-repos --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 713f032..acffe78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.4.0 + rev: v2.5.0 hooks: - id: check-json - id: check-yaml - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/pre-commit/mirrors-eslint - rev: v6.7.0 + rev: v7.0.0 hooks: - id: eslint args: [--fix]