Skip to content

Commit

Permalink
fix: fix comments as per PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Dec 11, 2024
1 parent ca2712a commit 4788953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pii_annotations.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source_path: ./
report_path: pii_report
safelist_path: .annotation_safe_list.yml
coverage_target: 83.3
coverage_target: 85.3
# See OEP-30 for more information on these values and what they mean:
# https://open-edx-proposals.readthedocs.io/en/latest/oep-0030-arch-pii-markup-and-auditing.html#docstring-annotations
annotations:
Expand Down
2 changes: 1 addition & 1 deletion scripts/eslint.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
""" # pylint: disable=django-not-configured
Check code quality using pycodestyle, pylint, and diff_quality.
Check code quality using eslint.
"""

import re
Expand Down

0 comments on commit 4788953

Please sign in to comment.