Resolve last lint error

This commit is contained in:
Aaron Lichtman 2023-06-29 03:59:53 -07:00
parent 491739019c
commit a9371f665b
No known key found for this signature in database
GPG key ID: D046D019DC745EDA

View file

@ -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 <maintainers@jrnl.sh>",
@ -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]