From 139fb0e9b76f7f8d55aced3c8ed739ef34e4c8a0 Mon Sep 17 00:00:00 2001 From: David Maxson Date: Wed, 26 Jul 2023 15:07:23 -0700 Subject: [PATCH] Minor fixes --- .pre-commit-config.yaml | 6 +++--- pyproject.toml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90083a1..0a73350 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: v4.1.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,14 +11,14 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 23.7.0 hooks: - id: black additional_dependencies: ['click!=8.1.0'] - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: 'v0.0.254' + rev: 'v0.0.280' hooks: - id: ruff args: ["--fix"] diff --git a/pyproject.toml b/pyproject.toml index ac23246..5325550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,4 +39,3 @@ namespaces = false [tool.pytest.ini_options] addopts = "--cov=data_dag --cov-report term-missing --cov-report html" -