Merge branch 'TheAlgorithms:master' into master #1
Annotations
6 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (PT009):
maths/ceil.py#L43
maths/ceil.py:43:9: PT009 Use a regular `assert` instead of unittest-style `assertEqual`
|
|
Ruff (PT027):
maths/ceil.py#L41
maths/ceil.py:41:14: PT027 Use `pytest.raises` instead of unittest-style `assertRaises`
|
|
Ruff (PT009):
maths/ceil.py#L38
maths/ceil.py:38:9: PT009 Use a regular `assert` instead of unittest-style `assertEqual`
|
|
Ruff (PT009):
maths/ceil.py#L35
maths/ceil.py:35:9: PT009 Use a regular `assert` instead of unittest-style `assertEqual`
|
|
Ruff (PT009):
maths/ceil.py#L32
maths/ceil.py:32:9: PT009 Use a regular `assert` instead of unittest-style `assertEqual`
|