소스 검색

chore: ignore pylint error

Sean Blackburn 1 년 전
부모
커밋
f1d3d7d498
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      cspell.config.yaml
  2. 1 1
      ocma/connect.py

+ 1 - 0
cspell.config.yaml

@@ -43,6 +43,7 @@ words:
   - otppy
   - pipefail
   - pipx
+  - pylint
   - pyproject
   - PYTHONPATH
   - SAOTCAS

+ 1 - 1
ocma/connect.py

@@ -43,7 +43,7 @@ class VPNCookie:
     cookie: str
 
 
-def login(  # noqa: PLR0913 # pylint: disable=too-many-arguments
+def login(  # noqa: PLR0913 # pylint: disable=too-many-arguments,too-many-positional-arguments
     username: str,
     password: str,
     mfa_secret: str | None = None,