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

chore: update pre-commit hooks #53

Merged
merged 1 commit into from
Feb 18, 2025

chore: update pre-commit hooks

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

chore: update pre-commit hooks #53

chore: update pre-commit hooks
a9ee5d5
Select commit
Loading
Failed to load commit list.
GitHub Actions / pylint succeeded Feb 17, 2025 in 0s

reviewdog [pylint] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (9)

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)