Skip to content

Commit

Permalink
Merge pull request #7 from PlasmaPy/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
namurphy authored Aug 7, 2024
2 parents 7dbfab6 + 8ad64d4 commit 4cac48b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ repos:
- id: check-case-conflict

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6
rev: 0.29.1
hooks:
- id: check-github-workflows

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
rev: v2.14.0
hooks:
- id: pretty-format-yaml
args: [--autofix]
Expand All @@ -29,7 +29,7 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.6
hooks:
- id: ruff
name: ruff (see https://docs.astral.sh/ruff/rules)
Expand All @@ -43,7 +43,7 @@ repos:
- id: sphinx-lint

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.5
rev: 1.8.7
hooks:
- id: nbqa-check-ast
name: validate Python notebooks
Expand Down

0 comments on commit 4cac48b

Please sign in to comment.