Skip to content

Commit

Permalink
chore: new canonical repository for autopep8 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Feb 10, 2024
1 parent 642c199 commit aeb4a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sync_pre_commit_lock/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class RepoInfo(TypedDict):

DEPENDENCY_MAPPING: PackageRepoMapping = {
"autopep8": {
"repo": "https://github.com/pre-commit/mirrors-autopep8",
"repo": "https://github.com/hhatto/autopep8",
"rev": "v${rev}",
},
"bandit": {
Expand Down Expand Up @@ -88,4 +88,5 @@ class RepoInfo(TypedDict):
REPOSITORY_ALIASES: dict[str, tuple[str, ...]] = {
"https://github.com/astral-sh/ruff-pre-commit": ("https://github.com/charliermarsh/ruff-pre-commit",),
"https://github.com/psf/black-pre-commit-mirror": ("https://github.com/psf/black",),
"https://github.com/hhatto/autopep8": ("https://github.com/pre-commit/mirrors-autopep8",),
}

0 comments on commit aeb4a91

Please sign in to comment.