Skip to content

Commit

Permalink
refactor(pre-commit): autoupdate config)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Jul 20, 2022
1 parent d53e0b0 commit 8105353
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
rev: v4.3.0
hooks:
- id: fix-byte-order-marker
exclude: ^.*(\.cbproj|\.groupproj|\.props|\.sln|\.vcxproj|\.vcxproj.filters)$
Expand Down Expand Up @@ -63,7 +63,7 @@ repos:
#args: [--ignore-words, .codespellignore, --ignore-regex, "\\W(?:m_p*(?=[A-Z])|m_(?=\\w)|pp*(?=[A-Z])|k(?=[A-Z])|s_(?=\\w))"]
exclude: ^(packaging/wix/LICENSE.rtf|src/dialog/dlgabout\.cpp|.*\.(?:pot?|ts|wxl))$
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.14.0
rev: v8.20.0
hooks:
- id: eslint
args: [--fix, --report-unused-disable-directives]
Expand All @@ -88,12 +88,12 @@ repos:
language: python
files: \.(c|cc|cxx|cpp|frag|glsl|h|hpp|hxx|ih|ispc|ipp|java|m|mm|proto|vert)$
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
files: ^tools/.*$
- repo: https://gitlab.com/pycqa/flake8
rev: '3.9.2'
- repo: https://github.com/pycqa/flake8
rev: '4.0.1'
hooks:
- id: flake8
files: ^tools/.*$
Expand All @@ -106,8 +106,8 @@ repos:
rev: v0.4.0
hooks:
- id: markdownlint-cli2
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.14.3
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.17.1
hooks:
- id: check-github-workflows
- repo: local
Expand Down

0 comments on commit 8105353

Please sign in to comment.