From 3fa33c2c556c72597383f23d29b08a66a3f3dced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 08:26:32 +0000 Subject: [PATCH 1/2] Bump the pre-commit-hooks group with 3 updates Bumps the pre-commit-hooks group with 3 updates: [https://github.com/tox-dev/pyproject-fmt](https://github.com/tox-dev/pyproject-fmt), [https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell) and [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit). Updates `https://github.com/tox-dev/pyproject-fmt` from v2.25.1 to 2.25.3 - [Release notes](https://github.com/tox-dev/pyproject-fmt/releases) - [Commits](https://github.com/tox-dev/pyproject-fmt/compare/v2.25.1...v2.25.3) Updates `https://github.com/codespell-project/codespell` from v2.4.2 to 2.4.3 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.4.2...v2.4.3) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.20 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.16.0) --- updated-dependencies: - dependency-name: https://github.com/tox-dev/pyproject-fmt dependency-version: 2.25.3 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/codespell-project/codespell dependency-version: 2.4.3 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .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 ec19ef0..efc9e76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: check-yaml - id: detect-private-key - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.25.1" + rev: "v2.25.3" hooks: - id: pyproject-fmt - repo: https://github.com/citation-file-format/cffconvert @@ -17,7 +17,7 @@ repos: hooks: - id: validate-cff - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell exclude: | @@ -39,7 +39,7 @@ repos: - id: yamllint exclude: \.pre-commit-config\.yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.20" + rev: "v0.16.0" hooks: - id: ruff-format - id: ruff-check From 58a69038947f03849cbead2c053f16112025d4a0 Mon Sep 17 00:00:00 2001 From: d33bs Date: Mon, 10 Aug 2026 07:43:24 -0600 Subject: [PATCH 2/2] Create CODEOWNERS --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..036d54d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# CODEOWNERS file +# This file is used to define individuals or teams +# that are responsible for code in a repository. +# When PR's are opened, these individuals will be +# added as reviewers automatically (except if they +# are authors of the work). Each line is a file +# pattern followed by one or more owners. +# For more information, see: +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +* @d33bs