From 96bebb3ffd3ad0ed99e071aeb6b2a302be6569d9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:56:53 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.9...v0.3.5) - [github.com/PyCQA/bandit: 1.7.6 → 1.7.8](https://github.com/PyCQA/bandit/compare/1.7.6...1.7.8) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.13.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.12.0...v2.13.0) --- .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 6b1f9618..645f06b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: check-toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.9 + rev: v0.3.5 hooks: - id: ruff-format - id: ruff @@ -27,14 +27,14 @@ repos: args: [--ignore-words-list, 'mutch, ore'] - repo: https://github.com/PyCQA/bandit - rev: 1.7.6 + rev: 1.7.8 hooks: - id: bandit # B101 is assert statements args: [--recursive, --skip, B101, .] - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.12.0 + rev: v2.13.0 hooks: - id: pretty-format-yaml args: [--autofix, --indent, '2'] From 1e090b8987c026a71ef8b5c9087c3ed9baf3bc73 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:57:04 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- cmasher/__init__.py | 1 - cmasher/__version__.py | 1 - cmasher/app_usage.py | 1 - cmasher/utils.py | 1 - 4 files changed, 4 deletions(-) diff --git a/cmasher/__init__.py b/cmasher/__init__.py index 9593689e..ec408408 100644 --- a/cmasher/__init__.py +++ b/cmasher/__init__.py @@ -5,7 +5,6 @@ """ - # %% IMPORTS AND DECLARATIONS # CMasher imports from . import app_usage, cm, utils diff --git a/cmasher/__version__.py b/cmasher/__version__.py index 700c6450..fb47c7fb 100644 --- a/cmasher/__version__.py +++ b/cmasher/__version__.py @@ -5,7 +5,6 @@ """ - # %% VERSIONS # Default/Latest/Current version __version__ = "1.8.0" # keep in sync with pyproject.toml diff --git a/cmasher/app_usage.py b/cmasher/app_usage.py index d3423145..b2101faf 100644 --- a/cmasher/app_usage.py +++ b/cmasher/app_usage.py @@ -6,7 +6,6 @@ """ - # %% IMPORTS # Built-in imports import re diff --git a/cmasher/utils.py b/cmasher/utils.py index 4461be4e..1eb048fb 100644 --- a/cmasher/utils.py +++ b/cmasher/utils.py @@ -5,7 +5,6 @@ """ - # %% IMPORTS # Built-in imports import sys