summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2025-09-22 17:25:19 +0200
committerGitHub <noreply@github.com>2025-09-22 17:25:19 +0200
commit6fe96639baf656db166997096bddec0f5c76fc65 (patch)
treee4658efac92e8fe7cb678b42ee1040501ff86cba /.pre-commit-config.yaml
parentf9a44cc0fac653f8e0c2ab1cdfb12b2cc5c63fc2 (diff)
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b1faf024d4..e1d8cec10b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
- rev: 25.1.0
+ rev: 25.9.0
hooks:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/adamchainz/blacken-docs
- rev: 1.19.1
+ rev: 1.20.0
hooks:
- id: blacken-docs
additional_dependencies:
- - black==25.1.0
+ - black==25.9.0
files: 'docs/.*\.txt$'
args: ["--rst-literal-block"]
- repo: https://github.com/PyCQA/isort
@@ -17,10 +17,10 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
- rev: 7.2.0
+ rev: 7.3.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
- rev: v9.24.0
+ rev: v9.36.0
hooks:
- id: eslint