From 148fa733ad600785a1c45ca5fa0eb35483914315 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 26 Apr 2024 17:48:23 +0200 Subject: [PATCH] Remove future contribution ideas --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1cf514e68..7195470ae1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,9 +8,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.4.2 hooks: # See pyproject.toml for configuration options. - #- id: ruff # Run the linter - # types_or: [ python, pyi, jupyter ] - # args: [ --fix ] - id: ruff-format # Run the formatter types_or: [ python, pyi, jupyter ]