Skip to content

adding a combinatorics folder with basic algorithms #9117

adding a combinatorics folder with basic algorithms

adding a combinatorics folder with basic algorithms #9117

Triggered via pull request May 10, 2024 19:33
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (I001): combinatorics/combinations.py#L1
combinatorics/combinations.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): combinatorics/combinations.py#L4
combinatorics/combinations.py:4:89: E501 Line too long (93 > 88)
Ruff (E501): combinatorics/combinations.py#L5
combinatorics/combinations.py:5:89: E501 Line too long (113 > 88)
Ruff (E501): combinatorics/combinations.py#L8
combinatorics/combinations.py:8:89: E501 Line too long (98 > 88)
Ruff (E501): combinatorics/combinations.py#L13
combinatorics/combinations.py:13:89: E501 Line too long (91 > 88)
Ruff (E501): combinatorics/combinations.py#L31
combinatorics/combinations.py:31:89: E501 Line too long (153 > 88)
Ruff (E501): combinatorics/combinations.py#L41
combinatorics/combinations.py:41:89: E501 Line too long (90 > 88)
Ruff (E501): combinatorics/combinations.py#L62
combinatorics/combinations.py:62:89: E501 Line too long (92 > 88)
Ruff (E501): combinatorics/combinations.py#L65
combinatorics/combinations.py:65:89: E501 Line too long (89 > 88)
Ruff (E501): combinatorics/combinations.py#L83
combinatorics/combinations.py:83:89: E501 Line too long (153 > 88)