summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-09-01 09:39:12 +0200
committerGitHub <noreply@github.com>2022-09-01 09:39:12 +0200
commitb9705a70f5a2d113673800eeb4a083c2d51d71cd (patch)
treebdbc810fbf794efb033117ba05acb16e54cc6e69 /.pre-commit-config.yaml
parentcb06f5ef8c80fc6a610db0fc36fb9dc7c625335a (diff)
Bumped versions in pre-commit and npm configurations.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b9ef3dd693..d6529c2f18 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
- rev: 22.6.0
+ rev: 22.8.0
hooks:
- id: black
exclude: \.py-tpl$
@@ -9,10 +9,10 @@ repos:
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
- rev: 5.0.0
+ rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-eslint
- rev: v8.18.0
+ rev: v8.23.0
hooks:
- id: eslint