From 51347283c1d23c389c277797ee8f90cbf2ea3418 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Tue, 12 Jul 2022 14:50:31 -0700 Subject: [PATCH] Update precommit linters --- .pre-commit-config.yaml | 8 ++++---- requirements/developer.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62735e94..5bc6fa2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.3.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -17,12 +17,12 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.6.2 + rev: v2.7.1 hooks: - id: prettier files: \.(html|md|yml|yaml) @@ -34,7 +34,7 @@ repos: - id: blacken-docs - repo: https://github.com/asottile/pyupgrade - rev: v2.32.1 + rev: v2.37.1 hooks: - id: pyupgrade args: [--py37-plus] diff --git a/requirements/developer.txt b/requirements/developer.txt index e350275b..db79816f 100644 --- a/requirements/developer.txt +++ b/requirements/developer.txt @@ -1 +1 @@ -pre-commit>=2.19 +pre-commit>=2.20