Skip to content

Python v1.0.1 -- Add pylint and flake8 linters, and Sphinx and MyST autodocs.#229

Merged
Skenvy merged 140 commits intomainfrom
python
Jul 29, 2023
Merged

Python v1.0.1 -- Add pylint and flake8 linters, and Sphinx and MyST autodocs.#229
Skenvy merged 140 commits intomainfrom
python

Conversation

@Skenvy
Copy link
Copy Markdown
Owner

@Skenvy Skenvy commented Jul 28, 2023

What issue is this addressing?

Comes back to adding a sphinx docs deployment for the python version.

What type of issue is this addressing?

enhancement

What this PR does | solves

Comes back to adding a sphinx docs deployment for the python version.

Skenvy added 30 commits March 9, 2022 00:19
…ithout adding src to path, and added proper typing.Set
…nto an enum and added raises testing for testing the function
_KNOWN_CYCLES = [[1, 4, 2], [-1, -2], [-5, -14, -7, -20, -10],
[-17,-50,-25,-74,-37,-110,-55,-164,-82,-41,-122,-61,-182,-91,-272,-136,-68,-34]]
# The four known cycles for the standard parameterisation.
_KNOWN_CYCLES = [[1, 4, 2], [-1, -2], [-5, -14, -7, -20, -10],

Check notice

Code scanning / CodeQL

Unused global variable

The global variable '_KNOWN_CYCLES' is not used.
@Skenvy Skenvy merged commit fe6322f into main Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant