From 57d6cff1f362ff1ba04ce34b2128913eff9bf92f Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Sat, 21 Oct 2023 10:12:07 -0500 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 fe61467..d02ce81 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.0.292' + rev: 'v0.1.1' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] exclude: test.* - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.10.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks @@ -36,14 +36,14 @@ repos: - id: fix-encoding-pragma args: ["--remove"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.6.1 hooks: - id: mypy exclude: test.* args: [--no-strict-optional, --ignore-missing-imports] additional_dependencies: ["pydantic", "toml", "types-all"] - repo: https://github.com/jsh9/pydoclint - rev: 0.3.2 + rev: 0.3.8 hooks: - id: pydoclint args: