Skip to content

Commit

Permalink
Merge pull request #76 from mraniki/dev
Browse files Browse the repository at this point in the history
♻️ pyproject update
  • Loading branch information
mraniki authored Oct 10, 2023
2 parents 04ddb51 + 2ac7136 commit 7ee9a4c
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ ccxt = "4.1.9"


[ tool.poetry.group.dev.dependencies]
python-semantic-release = "^8.0.7"
ruff = "*"

python-semantic-release = ">=8.0.8"
ruff = "^0.0.292"
black = "^23.3.0"
pre-commit = "^3.3.1"


[tool.ruff]
Expand All @@ -45,8 +46,7 @@ exclude = [
".github/*",
"docs/*",
]
#ignore = ["E401","F401","F811"]
#format = "github"

fixable = ["ALL"]

[tool.pylint.exceptions]
Expand Down Expand Up @@ -120,6 +120,13 @@ omit = [
"*/config.py"
]

[tool.bandit]
exclude_dirs = ["tests","docs"]

[tool.bandit.assert_used]
skips = ["*_test.py", "test_*.py"]


[tool.semantic_release]
upload_to_vcs_release = true
version_variables = ["cefi/__init__.py:__version__"]
Expand Down

0 comments on commit 7ee9a4c

Please sign in to comment.