mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +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]
|
[tool.poetry]
|
||||||
name = "jrnl"
|
name = "jrnl"
|
||||||
version = "v4.0.1"
|
version = "v4.0.2.dev"
|
||||||
description = "Collect your thoughts and notes without leaving the command line."
|
description = "Collect your thoughts and notes without leaving the command line."
|
||||||
authors = [
|
authors = [
|
||||||
"jrnl contributors <maintainers@jrnl.sh>",
|
"jrnl contributors <maintainers@jrnl.sh>",
|
||||||
|
@ -158,7 +158,7 @@ pycodestyle = [
|
||||||
"flake8-*" = ["+*"]
|
"flake8-*" = ["+*"]
|
||||||
flake8-black = ["-BLK901"]
|
flake8-black = ["-BLK901"]
|
||||||
|
|
||||||
[tool.flakeheaven.exceptions."jrnl/journals/__init__.py"]
|
[tool.flakeheaven.exceptions."*/__init__.py"]
|
||||||
pyflakes = ["-F401"]
|
pyflakes = ["-F401"]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
|
Loading…
Add table
Reference in a new issue