summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2023-02-13 20:51:53 +0100
committerGitHub <noreply@github.com>2023-02-13 20:51:53 +0100
commit7e297e52c21e9203d2b963dd34b9098af9382994 (patch)
treead43975f2285325b4e046a205fda8b8a4ba62b9c /.pre-commit-config.yaml
parent3e9d413231edc29768cc7ca0427e63b19233f562 (diff)
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5b799bcdd4..f12d7fc766 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/PyCQA/isort
- rev: 5.10.1
+ rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
@@ -13,6 +13,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
- rev: v8.29.0
+ rev: v8.34.0
hooks:
- id: eslint