From fa7b5fb84d361966a09d884f5424ea5eb04eac21 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 28 Dec 2023 11:47:59 +0200 Subject: [PATCH] pre-commit: Small update. --- .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 3fa3ab9..92f3bc1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: - id: mdformat - repo: https://github.com/ambv/black.git - rev: 21.8b0 + rev: 23.12.1 hooks: - id: black args: @@ -58,7 +58,7 @@ repos: --line-length=79 - repo: https://github.com/PyCQA/prospector.git - rev: 1.5.3 + rev: v1.10.3 hooks: - id: prospector args: @@ -81,7 +81,7 @@ repos: additional_dependencies: - bandit - - repo: https://gitlab.com/pycqa/flake8.git + - repo: https://github.com/pycqa/flake8.git rev: 3.9.2 hooks: - id: flake8 -- GitLab