diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2023-02-13 20:51:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-13 20:51:53 +0100 |
| commit | 7e297e52c21e9203d2b963dd34b9098af9382994 (patch) | |
| tree | ad43975f2285325b4e046a205fda8b8a4ba62b9c /.pre-commit-config.yaml | |
| parent | 3e9d413231edc29768cc7ca0427e63b19233f562 (diff) | |
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to '.pre-commit-config.yaml')
| -rw-r--r-- | .pre-commit-config.yaml | 4 |
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 |
