summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2024-10-08 22:58:53 +0200
committerGitHub <noreply@github.com>2024-10-08 17:58:53 -0300
commit22e21ec641c6c533d31bef0db876c53207d14920 (patch)
tree0c9bffb7d0d11159f439f259651237787f1406f1 /.pre-commit-config.yaml
parent4d11402932eca570850bdfa58a71eb59fc62275a (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 a1a734accf..5f20568b34 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: 24.4.2
+ rev: 24.10.0
hooks:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/adamchainz/blacken-docs
- rev: 1.18.0
+ rev: 1.19.0
hooks:
- id: blacken-docs
additional_dependencies:
- - black==24.4.2
+ - black==24.10.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.1.0
+ rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
- rev: v9.7.0
+ rev: v9.12.0
hooks:
- id: eslint