Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pre-commit-ci-update-config'
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed May 6, 2024
2 parents 384d725 + 0c9887b commit d888c8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ci:
repos:
# shared across repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -20,7 +20,7 @@ repos:
args: ['--fix=lf']
- id: trailing-whitespace
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.1
rev: 0.28.2
hooks:
- id: check-github-workflows
- repo: https://github.com/Lucas-C/pre-commit-hooks
Expand All @@ -34,6 +34,6 @@ repos:
- json
# specific to dfhooks:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: forbid-new-submodules
1 change: 0 additions & 1 deletion dfhooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ DFhackCExport bool dfhooks_ncurses_key(int key) {
return false;
return chain->ncurses_key(key);
}

0 comments on commit d888c8b

Please sign in to comment.