From 38f2f8c5eb9f73c945c079480574b4eebc92b2c7 Mon Sep 17 00:00:00 2001 From: ChrisRBe Date: Mon, 20 Dec 2021 00:04:29 +0100 Subject: [PATCH] chore: update pre-commit config update common tools to be in line with pipfile. --- .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 ee161e0..845d9e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ repos: - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 21.12b0 hooks: - id: black language_version: python3 - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 + rev: 4.0.1 hooks: - id: flake8 - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.3.0 # Use the ref you want to point at + rev: v4.0.1 hooks: - id: check-docstring-first - id: check-merge-conflict