From 3e110681c9f92db596aa6f7385b929e914f7a41b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 19:24:50 +1300 Subject: [PATCH] Bump black from 22.8.0 to 22.10.0 (#3986) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7c10978a8..4a9d9f5cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/ambv/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black args: diff --git a/requirements_test.txt b/requirements_test.txt index 1b7914216..956718123 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ pylint==2.15.5 flake8==5.0.4 # also change in .pre-commit-config.yaml when updating -black==22.8.0 # also change in .pre-commit-config.yaml when updating +black==22.10.0 # also change in .pre-commit-config.yaml when updating pyupgrade==3.2.0 # also change in .pre-commit-config.yaml when updating pre-commit