From 8096a0f66f7b18658c33ca9ff3b06c21fa161a88 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 20 Dec 2023 06:38:28 +0000 Subject: [PATCH] Update `pre-commit` hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eeda2ed9..42c5b245 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,26 +19,26 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/timothycrosley/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black", "--line-length", "80", "--filter-files", "--skip-gitignore"] - repo: https://github.com/ambv/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black args: ["--line-length", "80"] - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit args: ["-r"] files: ^oteapi_dlite/.*$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.7.1 hooks: - id: mypy exclude: ^tests/.*$