From 6b38633bddf0b3f1b996e574da7a184ea88e5ce2 Mon Sep 17 00:00:00 2001 From: Patrick Baus Date: Sat, 22 Jun 2024 17:55:46 +0200 Subject: [PATCH] Cleanup --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9fc2ff6..463b591 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,11 +13,11 @@ repos: - id: fix-encoding-pragma args: [--remove] - id: mixed-line-ending - args: [--fix=lf] + args: [ --fix=lf ] - id: check-executables-have-shebangs - id: requirements-txt-fixer - id: trailing-whitespace - args: [--markdown-linebreak-ext=md] + args: [ --markdown-linebreak-ext=md ] - repo: https://github.com/psf/black rev: 24.4.2 hooks: @@ -26,7 +26,7 @@ repos: rev: 1.16.0 hooks: - id: blacken-docs - args: [--line-length=120] + args: [ --line-length=120 ] - repo: https://github.com/PyCQA/isort rev: 5.13.2 hooks: @@ -37,7 +37,7 @@ repos: name: pylint entry: pylint language: system - types: [python] + types: [ python ] require_serial: true - repo: https://github.com/pre-commit/mirrors-mypy rev: 'v1.10.0'