You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
************* Module languages
languages.py:119:0: C0305: Trailing newlines (trailing-newlines)
languages.py:117:0: C0116: Missing function or method docstring (missing-function-docstring)
languages.py:118:27: C0201: Consider iterating the dictionary directly instead of calling .keys() (consider-iterating-dictionary)
************* Module pychatgptintl._main
pychatgptintl/_main.py:34:0: C0301: Line too long (101/100) (line-too-long)
pychatgptintl/_main.py:36:0: C0301: Line too long (110/100) (line-too-long)
pychatgptintl/_main.py:1:0: C0114: Missing module docstring (missing-module-docstring)
pychatgptintl/_main.py:4:0: E0401: Unable to import 'requests' (import-error)
pychatgptintl/_main.py:8:0: C0115: Missing class docstring (missing-class-docstring)
pychatgptintl/_main.py:30:4: C0116: Missing function or method docstring (missing-function-docstring)
pychatgptintl/_main.py:39:15: W0718: Catching too general exception Exception (broad-exception-caught)
pychatgptintl/_main.py:39:8: C0103: Variable name "er" doesn't conform to snake_case naming style (invalid-name)
pychatgptintl/_main.py:8:0: R0903: Too few public methods (1/2) (too-few-public-methods)
pychatgptintl/_main.py:4:0: C0411: third party import "import requests" should be placed before "from languages import is_supported" (wrong-import-order)
pychatgptintl/_main.py:5:0: C0411: standard import "import json" should be placed before "import requests" (wrong-import-order)
************* Module pychatgptintl.translator
pychatgptintl/translator.py:11:0: C0301: Line too long (115/100) (line-too-long)
pychatgptintl/translator.py:13:0: C0301: Line too long (114/100) (line-too-long)
pychatgptintl/translator.py:16:0: C0301: Line too long (113/100) (line-too-long)
pychatgptintl/translator.py:1:0: C0114: Missing module docstring (missing-module-docstring)
pychatgptintl/translator.py:1:0: E0401: Unable to import 'requests' (import-error)
pychatgptintl/translator.py:4:0: C0115: Missing class docstring (missing-class-docstring)
pychatgptintl/translator.py:27:16: R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
pychatgptintl/translator.py:4:0: R0903: Too few public methods (1/2) (too-few-public-methods)
************* Module setup
setup.py:10:0: C0301: Line too long (117/100) (line-too-long)
setup.py:12:0: C0301: Line too long (118/100) (line-too-long)
setup.py:1:0: C0114: Missing module docstring (missing-module-docstring)
The text was updated successfully, but these errors were encountered:
************* Module languages
languages.py:119:0: C0305: Trailing newlines (trailing-newlines)
languages.py:117:0: C0116: Missing function or method docstring (missing-function-docstring)
languages.py:118:27: C0201: Consider iterating the dictionary directly instead of calling .keys() (consider-iterating-dictionary)
************* Module pychatgptintl._main
pychatgptintl/_main.py:34:0: C0301: Line too long (101/100) (line-too-long)
pychatgptintl/_main.py:36:0: C0301: Line too long (110/100) (line-too-long)
pychatgptintl/_main.py:1:0: C0114: Missing module docstring (missing-module-docstring)
pychatgptintl/_main.py:4:0: E0401: Unable to import 'requests' (import-error)
pychatgptintl/_main.py:8:0: C0115: Missing class docstring (missing-class-docstring)
pychatgptintl/_main.py:30:4: C0116: Missing function or method docstring (missing-function-docstring)
pychatgptintl/_main.py:39:15: W0718: Catching too general exception Exception (broad-exception-caught)
pychatgptintl/_main.py:39:8: C0103: Variable name "er" doesn't conform to snake_case naming style (invalid-name)
pychatgptintl/_main.py:8:0: R0903: Too few public methods (1/2) (too-few-public-methods)
pychatgptintl/_main.py:4:0: C0411: third party import "import requests" should be placed before "from languages import is_supported" (wrong-import-order)
pychatgptintl/_main.py:5:0: C0411: standard import "import json" should be placed before "import requests" (wrong-import-order)
************* Module pychatgptintl.translator
pychatgptintl/translator.py:11:0: C0301: Line too long (115/100) (line-too-long)
pychatgptintl/translator.py:13:0: C0301: Line too long (114/100) (line-too-long)
pychatgptintl/translator.py:16:0: C0301: Line too long (113/100) (line-too-long)
pychatgptintl/translator.py:1:0: C0114: Missing module docstring (missing-module-docstring)
pychatgptintl/translator.py:1:0: E0401: Unable to import 'requests' (import-error)
pychatgptintl/translator.py:4:0: C0115: Missing class docstring (missing-class-docstring)
pychatgptintl/translator.py:27:16: R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
pychatgptintl/translator.py:4:0: R0903: Too few public methods (1/2) (too-few-public-methods)
************* Module setup
setup.py:10:0: C0301: Line too long (117/100) (line-too-long)
setup.py:12:0: C0301: Line too long (118/100) (line-too-long)
setup.py:1:0: C0114: Missing module docstring (missing-module-docstring)
The text was updated successfully, but these errors were encountered: