Skip to content

Commit 8dd8010

Browse files
committed
Release of v1.6.0
1 parent 6622a31 commit 8dd8010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "financetoolkit"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
description = "Transparent and Efficient Financial Analysis"
55
license = "MIT"
66
authors = ["Jeroen Bouma"]
@@ -66,7 +66,7 @@ build-backend = "poetry.core.masonry.api"
6666
[tool.ruff]
6767
line-length = 122
6868
select = ["E", "W", "F", "Q", "W", "S", "UP", "I", "PD", "SIM", "PLC", "PLE", "PLR", "PLW"]
69-
ignore = ["S105", "S106", "S107", "PLR0913", "PLR0912", "PLR0911", "PLR0915", "PD010", "PD013", "S310"]
69+
ignore = ["S105", "S106", "S107", "PLR0913", "PLR0912", "PLR0911", "PLR0915", "PD010", "PD013", "S310", "S301"]
7070
exclude = ["conftest.py"]
7171

7272
[tool.pylint]

0 commit comments

Comments
 (0)