Skip to content

Commit

Permalink
ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Dec 28, 2024
1 parent e0c3b6f commit 8644568
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name = "fiobank"
version = "4.0.0"
description = "Fio Bank API in Python (unofficial)"
readme = "README.rst"
authors = [
{name = "Honza Javorek", email = "[email protected]"},
]
authors = [{name = "Honza Javorek", email = "[email protected]"}]
license = {text = "ICS"}
requires-python = "<4.0,>=3.9"
dependencies = [
Expand Down Expand Up @@ -38,6 +36,7 @@ pythonpath = ["."]
testpaths = "tests"
norecursedirs = "env venv .git"
addopts = "--ff --ruff --ruff-format"
filterwarnings = ["ignore:Using float for money can cause inaccuracies:DeprecationWarning"]

[tool.ruff.lint]
extend-select = ["I"]
Expand Down

0 comments on commit 8644568

Please sign in to comment.