You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-22 23:17:10 +00:00
fix: added missing lib and improvements in ruff
This commit is contained in:
+11
-1
@@ -6,6 +6,7 @@ requires-python = ">=3.10,<3.12"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"colorlog>=6.9.0",
|
"colorlog>=6.9.0",
|
||||||
"django-cors-headers>=4.6.0",
|
"django-cors-headers>=4.6.0",
|
||||||
|
"django-countries>=7.6.1",
|
||||||
"django-environ>=0.11.2",
|
"django-environ>=0.11.2",
|
||||||
"django-extensions>=3.2.3",
|
"django-extensions>=3.2.3",
|
||||||
"django-guid>=3.5.0",
|
"django-guid>=3.5.0",
|
||||||
@@ -100,7 +101,16 @@ extend-select = []
|
|||||||
extend-unsafe-fixes = []
|
extend-unsafe-fixes = []
|
||||||
external = []
|
external = []
|
||||||
fixable = ["ALL"]
|
fixable = ["ALL"]
|
||||||
ignore = ["ARG", "COM812", "D", "ISC001", "PT009" ,"N813"]
|
ignore = [
|
||||||
|
"ARG",
|
||||||
|
"COM812",
|
||||||
|
"D",
|
||||||
|
"N813",
|
||||||
|
"DJ001",
|
||||||
|
"ANN401",
|
||||||
|
"FBT001",
|
||||||
|
"FBT002",
|
||||||
|
]
|
||||||
logger-objects = []
|
logger-objects = []
|
||||||
per-file-ignores = {}
|
per-file-ignores = {}
|
||||||
preview = false
|
preview = false
|
||||||
|
|||||||
Reference in New Issue
Block a user