Skip to content

Commit 5753ed0

Browse files
committed
Fix tests due to repo URL change
1 parent aa26804 commit 5753ed0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Then, in `.pre-commit-config.yaml`:
1212

1313
---
1414
repos:
15-
- repo: https://github.com/charliermarsh/ruff-pre-commit
15+
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
rev: v0.9.7
1717
hooks:
1818
- id: ruff
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
repos:
3-
- repo: https://github.com/charliermarsh/ruff-pre-commit
3+
- repo: https://github.com/astral-sh/ruff-pre-commit
44
rev: v0.4.4
55
hooks:
66
- id: ruff

src/tests/check-ruff-versions-pkg-in-sub-dir/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
repos:
3-
- repo: https://github.com/charliermarsh/ruff-pre-commit
3+
- repo: https://github.com/astral-sh/ruff-pre-commit
44
rev: v0.4.4
55
hooks:
66
- id: ruff

src/tests/check-ruff-versions-same/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: check-added-large-files
1414
- id: check-yaml
15-
- repo: https://github.com/charliermarsh/ruff-pre-commit
15+
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
rev: v0.4.4
1717
hooks:
1818
# i.e. `ruff check`

src/tests/check-ruff-versions-uv-diff/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: check-added-large-files
1414
- id: check-yaml
15-
- repo: https://github.com/charliermarsh/ruff-pre-commit
15+
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
rev: v0.4.4
1717
hooks:
1818
# i.e. `ruff check`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
repos:
3-
- repo: https://github.com/charliermarsh/ruff-pre-commit
3+
- repo: https://github.com/astral-sh/ruff-pre-commit
44
rev: v0.9.7
55
hooks:
66
- id: ruff
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
repos:
3-
- repo: https://github.com/charliermarsh/ruff-pre-commit
3+
- repo: https://github.com/astral-sh/ruff-pre-commit
44
rev: v0.9.7
55
hooks:
66
- id: ruff

0 commit comments

Comments
 (0)