From 4361462f8d9e98754d99a091dce7c4a573911a79 Mon Sep 17 00:00:00 2001 From: Diego-H-S Date: Thu, 19 Sep 2024 12:26:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20updated=20some=20comments.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b0d8b436..67d127e2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,9 +16,9 @@ repos: rev: v0.3.4 hooks: # Run the linter. - # - id: ruff - # name: lint Python - # # args: [ --fix ] + - id: ruff + name: lint Python + # args: [ --fix ] # Run the formatter. - id: ruff-format