Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read from and write to SQLite database in binary mode #2245

Open
wants to merge 2 commits into
base: v0.6
Choose a base branch
from

refined: read from and write to SQLite database in binary mode

96c764b
Select commit
Loading
Failed to load commit list.
Open

Read from and write to SQLite database in binary mode #2245

refined: read from and write to SQLite database in binary mode
96c764b
Select commit
Loading
Failed to load commit list.
PyBitmessage Code Quality Checks / Code Quality - pylint failed May 27, 2024 in 1m 12s

Code quality check completed

pylint check complete: 0 fixed, 16 new, 657 remaining

Annotations

Check warning on line 12 in src/dbcompat.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

W1202 / logging-format-interpolation

Use % formatting in logging functions and pass the % parameters as arguments

Check warning on line 21 in src/dbcompat.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

W1202 / logging-format-interpolation

Use % formatting in logging functions and pass the % parameters as arguments

Check notice on line 6 in src/dbcompat.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

R0911 / too-many-return-statements

Too many return statements (7/6)

Check notice on line 6 in src/dbcompat.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

C0111 / missing-docstring

Missing function docstring

Check notice on line 405 in src/bitmessagecurses/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

R0204 / redefined-variable-type

Redefinition of body type from str to unicode

Check notice on line 431 in src/bitmessagecurses/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

R0204 / redefined-variable-type

Redefinition of msg type from str to unicode

Check notice on line 1068 in src/bitmessagecurses/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

R0204 / redefined-variable-type

Redefinition of tolabel type from str to unicode

Check failure on line 1260 in src/bitmessageqt/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

E1120 / no-value-for-parameter

No value for argument 'status' in method call

Check failure on line 1260 in src/bitmessageqt/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

E1120 / no-value-for-parameter

No value for argument 'ackdata' in method call

Check failure on line 1260 in src/bitmessageqt/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

E1120 / no-value-for-parameter

No value for argument 'toAddress' in method call

Check failure on line 1260 in src/bitmessageqt/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

E1120 / no-value-for-parameter

No value for argument 'subject' in method call

Check failure on line 1260 in src/bitmessageqt/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

E1120 / no-value-for-parameter

No value for argument 'lastactiontime' in method call

Check notice on line 2299 in src/bitmessageqt/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

R0204 / redefined-variable-type

Redefinition of toLabel type from str to unicode

Check failure on line 1260 in src/bitmessageqt/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

E1120 / no-value-for-parameter

No value for argument 'fromAddress' in method call

Check notice on line 2739 in src/bitmessageqt/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

R0915 / too-many-statements

Too many statements (74/50)

Check notice on line 3042 in src/bitmessageqt/__init__.py

See this annotation in the file changed.

@pybitmessage-code-quality-checks pybitmessage-code-quality-checks / Code Quality - pylint

R0915 / too-many-statements

Too many statements (51/50)