From bd8608d18bab0d6a8824dab08e0726d92b713ddf Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Tue, 13 Jul 2021 21:50:30 +0300 Subject: [PATCH] Sync Black pre-commit hook with Black config --- .pre-commit-config.yaml | 5 ++--- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd82e522d59..53d7ed495bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 21.5b1 + rev: 21.5b2 hooks: - id: black exclude: | @@ -9,6 +9,5 @@ repos: | tardis/montecarlo).* | setup.py | docs/conf.py - | ez_setup.py - | ah_bootstrap.py + | tardis/_astropy_init.py )$ diff --git a/pyproject.toml b/pyproject.toml index 4cf43a11ae8..bfe3a3bbcfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ target-version = ['py36'] extend-exclude = ''' ( /( - model # Temporary - to remove later - | montecarlo # Temporary + model # temporary - to remove later + | montecarlo # temporary )/ | setup.py | docs/conf.py