From 25c9dbe2d78ea7c27f0ff744b05060789851dded Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:13:58 +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/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/rhysd/actionlint: v1.7.1 → v1.7.3](https://github.com/rhysd/actionlint/compare/v1.7.1...v1.7.3) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.6.9) - [github.com/glotzerlab/fix-license-header: v0.4.0 → v0.4.1](https://github.com/glotzerlab/fix-license-header/compare/v0.4.0...v0.4.1) - [github.com/crate-ci/typos: v1.22.9 → v1.26.0](https://github.com/crate-ci/typos/compare/v1.22.9...v1.26.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3bc7f6b..242a745 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - -- - -Dwarnings - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.6.0' + rev: 'v5.0.0' hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -31,16 +31,16 @@ repos: - id: check-case-conflict - id: mixed-line-ending - repo: https://github.com/rhysd/actionlint - rev: v1.7.1 + rev: v1.7.3 hooks: - id: actionlint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.5.0' + rev: 'v0.6.9' hooks: - id: ruff-format - id: ruff - repo: https://github.com/glotzerlab/fix-license-header - rev: v0.4.0 + rev: v0.4.1 hooks: - id: fix-license-header name: Fix license headers @@ -49,7 +49,7 @@ repos: - --license-file=LICENSE - --add=Part of row, released under the BSD 3-Clause License. - repo: https://github.com/crate-ci/typos - rev: v1.22.9 + rev: v1.26.0 hooks: - id: typos exclude_types: [css] From 29bcbd5a1928e8e2ae364a3c51da80b3903c1151 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:15:57 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- doc/src/workflow/workspace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/workflow/workspace.md b/doc/src/workflow/workspace.md index 6e64924..92db218 100644 --- a/doc/src/workflow/workspace.md +++ b/doc/src/workflow/workspace.md @@ -1,6 +1,6 @@ # workspace -The `worksapce` table describes the layout of your *workspace*. +The `workspace` table describes the layout of your *workspace*. Example: ```toml