From de9548ce3448856efb2830860773edb77878fc6f Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Sun, 11 Apr 2021 09:36:45 +0200 Subject: [PATCH] Fix license_file deprecation in setuptools 56.0.0 --- .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 ad9baaf99c..33a515a4d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,8 +19,8 @@ repos: rev: 1.0.0 hooks: - id: black-disable-checker - - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.17.0 + - repo: https://github.com/pierre-sassoulas/setup-cfg-fmt + rev: 7e3f370a888236fe516749432f2cf5daadf31f89 hooks: - id: setup-cfg-fmt - repo: https://github.com/asottile/pyupgrade