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: updated to python 3.12 #118

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

BilalQamar95
Copy link

No description provided.

@BilalQamar95 BilalQamar95 self-assigned this Oct 23, 2024
Copy link

github-actions bot commented Oct 23, 2024

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  learning_assistant
  text_utils.py
Project Total  

This report was generated by python-coverage-comment-action

CHANGELOG.rst Outdated
@@ -15,6 +15,10 @@ Unreleased
**********
* Add LearningAssistantMessage model

4.3.3 - 2024-10-15
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to update version number and date.

@@ -102,6 +102,7 @@ def get_block_content(request, user_id, course_id, unit_usage_key):
return cache_data['content_length'], cache_data['content_items']


# pylint: disable=too-many-positional-arguments)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's disable this warning in the pylintrc_tweaks instead.

setup.py Outdated
@@ -6,7 +6,7 @@
import re
import sys

from setuptools import find_packages, setup
from setuptools import find_packages, setup # pylint: disable=import-error
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's disable this warning in pylintrc_tweaks instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Owner Review
Development

Successfully merging this pull request may close these issues.

2 participants