Skip to content

Commit

Permalink
Merge pull request #268 from mitodl/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
blarghmatey authored Jan 16, 2024
2 parents d4daf76 + cedf068 commit 41946a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.1.9'
rev: 'v0.1.13'
hooks:
- id: ruff
args: [--extend-ignore=D1, --fix]
Expand Down
2 changes: 1 addition & 1 deletion src/edx_sysadmin/management/commands/git_add_course.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Command(BaseCommand):
# versioned files. A branch is a sub grouping of a repository that
# has a specific version of the repository. A modulestore is the database used
# to store the courses for use on the Web site.
help = ( # noqa: A003
help = (
"Usage: "
"git_add_course repository_url [directory to check out into] [repository_branch] " # noqa: E501
"\n{}".format(
Expand Down

0 comments on commit 41946a1

Please sign in to comment.