Enable ruff UP031 rule #9081
Annotations
3 errors
Ruff (EM102):
neural_network/input_data.py#L160
neural_network/input_data.py:160:17: EM102 Exception must not use an f-string literal, assign to variable first
|
Ruff (RUF010):
neural_network/input_data.py#L160
neural_network/input_data.py:160:40: RUF010 Use explicit conversion flag
|
ruff
Process completed with exit code 1.
|