Skip to content

Commit

Permalink
chore: apply pre-commit fixes
Browse files Browse the repository at this point in the history
Automated update of shared files from the social-core repository, see
https://github.com/python-social-auth/.github/blob/main/repo-sync.py
  • Loading branch information
nijel committed Jan 10, 2025
1 parent b1ff6f9 commit 7b4d5f9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ ignore = [
"T201", # CONFIG: print is used
"S603", # CONFIG: subprocess is being used
"S607", # CONFIG: subprocess executes system tools
"ANN", # TODO: missing type annotations
"N", # TODO: wrong naming conventions
"PTH", # TODO: not using pathlib
"D" # TODO: missing documentation

"ANN", # TODO: missing type annotations
"N", # TODO: wrong naming conventions
"PTH", # TODO: not using pathlib
"D" # TODO: missing documentation
]
select = ["ALL"]

0 comments on commit 7b4d5f9

Please sign in to comment.