From 5449336f0f16ef29543b83e5d15e637ef38dd106 Mon Sep 17 00:00:00 2001 From: Jules Tamagnan Date: Mon, 5 Dec 2022 13:54:39 -0800 Subject: [PATCH] Fix style checks --- .pre-commit-config.yaml | 2 +- lib/DxTimeflow.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5d7a8fd..c9d43b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.10.0 hooks: - id: black args: diff --git a/lib/DxTimeflow.py b/lib/DxTimeflow.py index 0270292..1c5390b 100644 --- a/lib/DxTimeflow.py +++ b/lib/DxTimeflow.py @@ -36,7 +36,7 @@ class DxTimeflow(object): - """Shared methods for timeflows """ + """Shared methods for timeflows""" def __init__(self, engine): self.engine = engine