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]