From 3ec3b271bfa55fbcf1bc20577fb9e56d509ed382 Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Sat, 2 Oct 2021 13:39:51 +0200 Subject: [PATCH] ci: remove deprecated flag --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ace93c95..5f53263b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,6 @@ repos: rev: 1.1.1 hooks: - id: nbqa-black - args: [--nbqa-mutate ] - id: nbqa-isort args: [ --nbqa-mutate, --profile=black, --project=pandas_profiling ] - id: nbqa-pyupgrade