summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorronso0 <ronso0@mixxx.org>2020-10-28 20:25:49 +0100
committerronso0 <ronso0@mixxx.org>2020-10-28 20:27:28 +0100
commitde0e8b637a033513d9292a02185e99f1d897b997 (patch)
tree50961a1aa7b6c27486d92571f4534f1449ad149d /.pre-commit-config.yaml
parentd20c5bc4db1e6f922ae5a2422852dd59ac4e561a (diff)
parentb2efa10855b79bbcf481fe3e840d2049703b09e2 (diff)
Merge remote-tracking branch 'mixxx/2.3' into skin-change-crash-fix
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml12
1 files changed, 5 insertions, 7 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a13169e83f..be362dd103 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -45,7 +45,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v3.1.0
+ rev: v3.3.0
hooks:
- id: check-byte-order-marker
exclude: ^.*(\.cbproj|\.groupproj|\.props|\.sln|\.vcxproj|\.vcxproj.filters)$
@@ -66,14 +66,14 @@ repos:
- manual
- id: no-commit-to-branch
- repo: https://github.com/codespell-project/codespell
- rev: f7f304cb40596e4706be27ca44d1401396a97420
+ rev: v1.17.1
hooks:
- id: codespell
# ignore-regex is substituted by ' '
entry: tools/codespell.py --ignore-file .codespellignore --ignore-regex "\\W(?:m_p*(?=[A-Z])|m_(?=\\w)|pp*(?=[A-Z])|k(?=[A-Z])|s_(?=\\w))" --files
exclude: ^(\.codespellignore|src/dialog/dlgabout\.cpp|.*\.(?:pot?|ts|wxl))$
- repo: https://github.com/pre-commit/mirrors-eslint
- rev: v7.2.0
+ rev: v7.12.1
hooks:
- id: eslint
args: [--fix, --report-unused-disable-directives]
@@ -92,15 +92,13 @@ repos:
- manual
language: python
files: \.(c|cc|cxx|cpp|frag|glsl|h|hpp|hxx|ih|ispc|ipp|java|m|mm|proto|vert)$
- additional_dependencies:
- - clang-format
- repo: https://github.com/psf/black
- rev: stable
+ rev: 20.8b1
hooks:
- id: black
files: ^tools/.*$
- repo: https://gitlab.com/pycqa/flake8
- rev: '3.8.3'
+ rev: '3.8.4'
hooks:
- id: flake8
files: ^tools/.*$