summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-10-18 19:26:01 +0200
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-10-18 19:34:07 +0200
commitc2fff2ac2cf2a4af0eb5a0b83b697df59135cd2c (patch)
treebc30e7b4953388a91882f65bdde003b8d4cec494 /.pre-commit-config.yaml
parente95086f3d67385d2273f31f97fe1aa9d68d075eb (diff)
pre-commit: Update some hook versions
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 0c34075038..2371a7855b 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.2.0
hooks:
- id: check-byte-order-marker
exclude: ^.*(\.cbproj|\.groupproj|\.props|\.sln|\.vcxproj|\.vcxproj.filters)$
@@ -73,7 +73,7 @@ repos:
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.11.0
hooks:
- id: eslint
args: [--fix, --report-unused-disable-directives]
@@ -98,7 +98,7 @@ repos:
- id: black
files: ^tools/.*$
- repo: https://gitlab.com/pycqa/flake8
- rev: '3.8.3'
+ rev: '3.8.4'
hooks:
- id: flake8
files: ^tools/.*$