From 3ae28c87856c908b4f06140aae5e8efa0049bfae Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 1 Jan 2022 00:24:31 +0000 Subject: [PATCH] chore: update pre-commit config --- .pre-commit-config.yaml | 4 ++-- dev-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 545dd4d356..7410cafdce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,12 +5,12 @@ repos: - id: isort - repo: https://github.com/python/black - rev: 21.11b1 + rev: 21.12b0 hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: v2.29.1 + rev: v2.30.1 hooks: - id: pyupgrade args: ["--py36-plus"] diff --git a/dev-requirements.txt b/dev-requirements.txt index 84ca433a74..26b0a5edd8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -black==21.11b1 +black==21.12b0 isort==5.10.1 pre-commit==2.16.0 flake8==4.0.1