From 3f1432db45838636d0b4e5cf2c5c7601d96c47d2 Mon Sep 17 00:00:00 2001 From: Edward Linscott Date: Tue, 7 May 2024 09:55:55 +0200 Subject: [PATCH] Updated pre-commit config --- .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 9880a6e04..e6a950eff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.6.0 hooks: - id: trailing-whitespace types: [file, python] @@ -11,19 +11,19 @@ repos: - id: check-yaml - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.961 + rev: v1.10.0 hooks: - id: mypy files: src/koopmans/ args: [--ignore-missing-imports] - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.6.0 + rev: v2.0.4 hooks: - id: autopep8 args: [--max-line-length=120, -i]