From 0eb96290c51e761fe3694cbdd66a5915f82c87d9 Mon Sep 17 00:00:00 2001 From: fredclausen Date: Tue, 12 Sep 2023 00:29:24 +0000 Subject: [PATCH] chore(deps): Update pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ca4adcd4..1227378f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: # lint python formatting - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black @@ -50,7 +50,7 @@ repos: exclude: ^(rootfs/webapp/|acarshub-typescript/node_modules/|Dockerfile*) - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.48.0 + rev: v8.49.0 hooks: - id: eslint files: \.[j]sx?$ # *.js, *.jsx, *.ts and *.tsx