Skip to content

Commit 7b4d5f9

Browse files
committed
chore: apply pre-commit fixes
Automated update of shared files from the social-core repository, see https://github.com/python-social-auth/.github/blob/main/repo-sync.py
1 parent b1ff6f9 commit 7b4d5f9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ ignore = [
1313
"T201", # CONFIG: print is used
1414
"S603", # CONFIG: subprocess is being used
1515
"S607", # CONFIG: subprocess executes system tools
16-
"ANN", # TODO: missing type annotations
17-
"N", # TODO: wrong naming conventions
18-
"PTH", # TODO: not using pathlib
19-
"D" # TODO: missing documentation
20-
16+
"ANN", # TODO: missing type annotations
17+
"N", # TODO: wrong naming conventions
18+
"PTH", # TODO: not using pathlib
19+
"D" # TODO: missing documentation
2120
]
2221
select = ["ALL"]

0 commit comments

Comments
 (0)