From 8e8463b3d1fc44fb016686f650cc230656322b24 Mon Sep 17 00:00:00 2001 From: Jannis Mittenzwei Date: Wed, 18 Sep 2024 11:39:08 +0200 Subject: [PATCH] add exasol-toolbox --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9369a93..6469983 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ default_stages: [ commit ] repos: -# - repo: local -# hooks: -# - id: code-format -# name: code-format -# types: [ python ] -# pass_filenames: false -# language: system -# entry: poetry run nox -s fix + - repo: local + hooks: + - id: code-format + name: code-format + types: [ python ] + pass_filenames: false + language: system + entry: poetry run nox -s fix # - repo: local # hooks: