From 5922e0c5b90d7c0c51c949b0c647c081468cbcae Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 28 Nov 2023 14:17:06 -0300 Subject: [PATCH] Remove obsolete comment --- .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 9575feb..fc8f1c7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: reorder-python-imports args: ['--application-directories=.:src'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 # NOTE: keep this in sync with tox.ini + rev: v1.7.1 hooks: - id: mypy files: ^(src|tests)