From 636d54ea0789faa5d9b4a0f80cafe7906952e64f Mon Sep 17 00:00:00 2001 From: Erik Jaegervall Date: Fri, 2 Feb 2024 13:35:21 +0100 Subject: [PATCH] Give warning if using gps provider from this repo --- .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 653f349..3e4edcc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.5.0 hooks: - id: trailing-whitespace exclude_types: ["dbc"] @@ -13,6 +13,6 @@ repos: - id: check-added-large-files - repo: https://github.com/pycqa/flake8 - rev: '6.0.0' + rev: '7.0.0' hooks: - id: flake8