From bf0aae3e4e3157b0653f3b3d3a97fce0c1193817 Mon Sep 17 00:00:00 2001 From: Jannis Mittenzwei Date: Tue, 24 Sep 2024 11:25:18 +0200 Subject: [PATCH] nox -s lint --- .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 6dcf071..017e6b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,14 +19,14 @@ repos: language: system entry: poetry run nox -s type-check -# - repo: local -# hooks: -# - id: lint -# name: lint -# types: [ python ] -# pass_filenames: false -# language: system -# entry: poetry run nox -s lint + - repo: local + hooks: + - id: lint + name: lint + types: [ python ] + pass_filenames: false + language: system + entry: poetry run nox -s lint - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0