From 74471e41dbceda78e829e2e377a2773617732e47 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 27 Jun 2022 18:23:00 +0200 Subject: [PATCH] update tabulate precommit types --- .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 958312d6c..71e230a39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - types-cachetools==5.2.1 - types-filelock==3.2.7 - types-requests==2.28.0 - - types-tabulate==0.8.9 + - types-tabulate==0.8.11 - types-python-dateutil==2.8.17 # stages: [push]