Skip to content

Commit

Permalink
Merge branch 'main' into rtu-client-connection
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Oct 12, 2024
2 parents d24e0f4 + 8eaa6f7 commit 935c5e7
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 @@ -4,7 +4,7 @@
default_stages:
# Prevent that hooks run twice, triggered by both
# the Git commit-msg and the pre-commit hook.
- commit
- pre-commit

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -44,7 +44,7 @@ repos:
- id: codespell
args: [--ignore-words=.codespellignore]
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.29.3
rev: 0.29.4
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand Down

0 comments on commit 935c5e7

Please sign in to comment.