mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-18 22:34:21 +01:00
Configure flake8 tool with some custom options.
This commit is contained in:
Binary file not shown.
@@ -4,4 +4,9 @@ profile = "black"
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
target-version = ["py38", "py39", "py310", "py311"]
|
target-version = ["py38", "py39", "py310", "py311"]
|
||||||
|
|
||||||
preview = true
|
preview = true
|
||||||
|
|
||||||
|
[tool.flake8]
|
||||||
|
max-line-length = 88
|
||||||
|
extend-select = "B950"
|
||||||
|
extend-ignore = ["E203", "E501", "E701"]
|
||||||
|
|||||||
Reference in New Issue
Block a user