diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2023-02-13 20:51:53 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-02-14 19:41:11 +0100 |
| commit | 3b2685b01c775b26764ce96d58c404bead3075a5 (patch) | |
| tree | 0cff37deaa2ed40bf15838e27a701ab2225cd892 /.pre-commit-config.yaml | |
| parent | 5cde08f702c1db7646c0c1c8f9d72d01067310df (diff) | |
[4.2.x] Bumped versions in pre-commit and npm configurations.
Backport of 7e297e52c21e9203d2b963dd34b9098af9382994 from main
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 |
