Skip to content

Commit

Permalink
Merge pull request #50 from glotzerlab/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
joaander authored Oct 7, 2024
2 parents 4213f58 + 29bcbd5 commit 1fa78a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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]
2 changes: 1 addition & 1 deletion doc/src/workflow/workspace.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1fa78a4

Please sign in to comment.