diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-04-12 19:42:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 19:42:00 +0200 |
| commit | ab1b9cc1b38e8735979c817f42e8f54a5795c4f7 (patch) | |
| tree | 5415906e5fd584d6c4e34a8e30a47c06ad78e682 /.pre-commit-config.yaml | |
| parent | ac16d2876da296d8e50450bf7d776f92d1e16b0d (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 6863d15277..b1faf024d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,10 +17,10 @@ repos: hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 7.1.1 + rev: 7.2.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.19.0 + rev: v9.24.0 hooks: - id: eslint |
