From 3039de362916aece53ee6b9e7e3a2e6f7d66bfe8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 14:56:19 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#65) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.4.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.2...v0.4.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- src/blackmarble/__main__.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ddb6da7..df4a3cf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -30,7 +30,7 @@ repos: name: codespell description: Checks for common misspellings in text files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.2 + rev: v0.4.1 hooks: - id: ruff types_or: [python, pyi, jupyter] diff --git a/src/blackmarble/__main__.py b/src/blackmarble/__main__.py index 680926d..9654180 100644 --- a/src/blackmarble/__main__.py +++ b/src/blackmarble/__main__.py @@ -1,5 +1,4 @@ """Entry point for blackmarblepy.""" - if __name__ == "__main__": # pragma: no cover pass