From d70c3917d8609fd854377e4b06264c0dcc0b9a53 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:27:30 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.1.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.9...v0.1.13) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7d280d3d..83d6fb91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] From cedf068bcf5e3b1681d6b50a021aa2f3b3be68fa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:31:12 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/edx_sysadmin/management/commands/git_add_course.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edx_sysadmin/management/commands/git_add_course.py b/src/edx_sysadmin/management/commands/git_add_course.py index b3915786..97f76c4a 100644 --- a/src/edx_sysadmin/management/commands/git_add_course.py +++ b/src/edx_sysadmin/management/commands/git_add_course.py @@ -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(