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

feat: adding proof-of-concept works #15

Merged
merged 18 commits into from
Oct 31, 2024

Merge branch 'main' into feature/initial_works_dgicev

35553b9
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat: adding proof-of-concept works #15

Merge branch 'main' into feature/initial_works_dgicev
35553b9
Select commit
Loading
Failed to load commit list.
GitHub Actions / pylint succeeded Oct 31, 2024 in 0s

reviewdog [pylint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (10)

docs/conf.py|1| C0114: Missing module docstring (missing-module-docstring)
docs/conf.py|22| W0622: Redefining built-in 'copyright' (redefined-builtin)
docs/conf.py|21| C0103: Constant name "project" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]|__.)$' pattern) (invalid-name)
docs/conf.py|22| C0103: Constant name "copyright" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]*|
.__)$' pattern) (invalid-name)
docs/conf.py|23| C0103: Constant name "author" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]
|.*)$' pattern) (invalid-name)
docs/conf.py|26| C0103: Constant name "release" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]|__.)$' pattern) (invalid-name)
docs/conf.py|58| C0103: Constant name "html_theme" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]*|
.__)$' pattern) (invalid-name)
docs/conf.py|66| C0103: Constant name "napoleon_include_init_with_doc" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]
|.*)$' pattern) (invalid-name)
docs/conf.py|67| C0103: Constant name "napoleon_include_private_with_doc" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]|__.__)$' pattern) (invalid-name)
src/python_package/hello_world.py|23| C0116: Missing function or method docstring (missing-function-docstring)