summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-10 10:07:22 +0200
committerGitHub <noreply@github.com>2023-09-10 10:07:22 +0200
commitecb6085f6fdb6319656b54cc92e6a91c1df47f23 (patch)
treeae00eae1e8de5ca49d5e6b9de5bcdf86c5181408 /.pre-commit-config.yaml
parent71820c9f91a70076526e2f526236fc4172d92fea (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 71f22feab8..1a87425e01 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- - repo: https://github.com/psf/black
- rev: 23.7.0
+ - repo: https://github.com/psf/black-pre-commit-mirror
+ rev: 23.9.0
hooks:
- id: black
exclude: \.py-tpl$
@@ -9,7 +9,7 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies:
- - black==23.7.0
+ - black==23.9.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.44.0
+ rev: v8.49.0
hooks:
- id: eslint