Bumped versions in pre-commit and npm configurations.

This commit is contained in:
Mariusz Felisiak
2025-02-01 08:53:14 +01:00
committed by GitHub
parent 89e28e13ec
commit 0d131c1582
3 changed files with 9 additions and 9 deletions

View File

@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.19.0
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies:
- black==24.10.0
- black==25.1.0
files: 'docs/.*\.txt$'
args: ["--rst-literal-block"]
- repo: https://github.com/PyCQA/isort
@@ -21,6 +21,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.12.0
rev: v9.19.0
hooks:
- id: eslint