From 5732e4ac22216453dfce4467f80cdc58714e15ce Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:36:56 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#746) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 4 ++-- noxfile.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa73a105..2b6b6e70 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: exclude: src/furo/theme/.*|docs/(recommendations|reference/admonitions).md - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black @@ -36,7 +36,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.9 + rev: v0.1.14 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/noxfile.py b/noxfile.py index 96c2e9a2..606ce967 100644 --- a/noxfile.py +++ b/noxfile.py @@ -1,5 +1,6 @@ """Development automation """ + import datetime import glob import os