Skip to content

Commit

Permalink
Merge branch 'master' into fix/multi_threaded_spin
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde committed Jun 3, 2024
2 parents 7415404 + a53d0ac commit bfd3636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ repos:
# Spellcheck in comments and docs
# skipping of *.svg files is not working...
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: ['--write-changes']
exclude: CHANGELOG\.rst|\.(svg|pyc)$

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.2
rev: 0.28.4
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down

0 comments on commit bfd3636

Please sign in to comment.