mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Resolve last lint error
This commit is contained in:
parent
491739019c
commit
a9371f665b
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue