summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-10-23 08:58:30 +0200
committerGitHub <noreply@github.com>2023-10-23 08:58:30 +0200
commit7fcf4f2f0f19c353fe3ee9fe2f6c4baeda4f03c8 (patch)
treedde3cd4af67a5970cec27ae8354a65ff5823d889 /.pre-commit-config.yaml
parent68d0159b6dfce07f144045d56639c52066e8b90e (diff)
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 1a87425e01..6304b41cc9 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: 23.9.0
+ rev: 23.10.0
hooks:
- id: black
exclude: \.py-tpl$
- repo: https://github.com/adamchainz/blacken-docs
- rev: 1.13.0
+ rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies:
- - black==23.9.0
+ - black==23.10.0
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
hooks:
@@ -19,6 +19,6 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
- rev: v8.49.0
+ rev: v8.52.0
hooks:
- id: eslint