Skip to content

Commit 7483f31

Browse files
committed
update packages
1 parent dbadacc commit 7483f31

File tree

2 files changed

+85
-84
lines changed

2 files changed

+85
-84
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ ignore = [
5454
"D213", # "multi-line-summary-second-line" conflicting with D212
5555
"COM812", # flake8-commas "Trailing comma missing"
5656
"ISC001", # flake8-implicit-str-concat
57+
"S105", # Possible hardcoded password
5758
]
5859
isort.lines-after-imports = 2
5960
isort.no-lines-before = ["standard-library", "local-folder"]

0 commit comments

Comments
 (0)