From a9371f665b5e7b6abeab01b2ee94d03f5ad3b33c Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Thu, 29 Jun 2023 03:59:53 -0700 Subject: [PATCH] Resolve last lint error --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1d574428..02c80c3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jrnl" -version = "v4.0.1" +version = "v4.0.2.dev" description = "Collect your thoughts and notes without leaving the command line." authors = [ "jrnl contributors ", @@ -158,7 +158,7 @@ pycodestyle = [ "flake8-*" = ["+*"] flake8-black = ["-BLK901"] -[tool.flakeheaven.exceptions."jrnl/journals/__init__.py"] +[tool.flakeheaven.exceptions."*/__init__.py"] pyflakes = ["-F401"] [build-system]