From 9233346b80c46df5d62d383dcf19fd24b4606aac Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 25 Feb 2023 20:11:32 +0200 Subject: [PATCH] pre-commit: Update the prospector hook. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 077cd80..80cfe58 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: - id: rstcheck - repo: https://github.com/PyCQA/prospector - rev: 1.7.7 + rev: v1.9.0 hooks: - id: prospector args: -- GitLab