From 8e00621a1124649df6d724d123d91907faff2a92 Mon Sep 17 00:00:00 2001 From: Torben <59419684+entorb@users.noreply.github.com> Date: Thu, 14 Sep 2023 03:15:45 +0200 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 456d267..0ced06b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.33.0 + rev: v0.36.0 hooks: - id: markdownlint args: ["--disable", "MD013"] @@ -63,18 +63,18 @@ repos: # - id: markdownlint - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: "v0.0.257" + rev: "v0.0.289" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/asottile/add-trailing-comma - rev: v2.4.0 + rev: v3.1.0 hooks: - id: add-trailing-comma - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.9.1 hooks: - id: black @@ -111,7 +111,7 @@ repos: # - id: reorder-python-imports - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.10.1 hooks: - id: pyupgrade args: ["--py310-plus"] @@ -123,7 +123,7 @@ repos: # - id: mypy - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: