We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbadacc commit 7483f31Copy full SHA for 7483f31
pyproject.toml
@@ -54,6 +54,7 @@ ignore = [
54
"D213", # "multi-line-summary-second-line" conflicting with D212
55
"COM812", # flake8-commas "Trailing comma missing"
56
"ISC001", # flake8-implicit-str-concat
57
+ "S105", # Possible hardcoded password
58
]
59
isort.lines-after-imports = 2
60
isort.no-lines-before = ["standard-library", "local-folder"]
0 commit comments