From 4dd5962f9121851cb3de0814380b1864a6dfc29b Mon Sep 17 00:00:00 2001 From: Marco Gorelli Date: Mon, 1 Feb 2021 10:28:57 +0000 Subject: [PATCH] upgrade no-string-hints --- .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 d0940ce8be992..5f12d89862f7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -192,6 +192,6 @@ repos: files: ^pandas/ exclude: ^pandas/tests/ - repo: https://github.com/MarcoGorelli/no-string-hints - rev: v0.1.6 + rev: v0.1.7 hooks: - id: no-string-hints