From 7b4d5f912c0bef6642a29ed8f21f34acccbed4a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 10 Jan 2025 15:14:27 +0100 Subject: [PATCH] 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 --- pyproject.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3669023..10c9233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]