From 0692dd1911db089144af976f8bee8fb618f3734d Mon Sep 17 00:00:00 2001 From: ejsc1 <48624942+ejsc1@users.noreply.github.com> Date: Sun, 27 Nov 2022 00:41:33 -0300 Subject: [PATCH] misc: update .pre-commit-config.yaml (#1891) Co-authored-by: Peter F. Patel-Schneider --- .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 cfc81039..1b375ff9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.1.0 + rev: v4.3.0 hooks: - id: check-ast - id: check-builtin-literals @@ -20,7 +20,7 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 3.8.3 + rev: 5.0.4 hooks: - id: flake8 additional_dependencies: ['flake8-bugbear']