diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..3452165 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,10 @@ + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5b64555 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ + + +## Summary + + + +## Test Plan + + diff --git a/.version b/.version index 66c3757..1887e7e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.0.272 +0.0.275 diff --git a/README.md b/README.md index 1fa61f9..a20ad8d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # ruff-pre-commit +[](https://github.com/astral-sh/ruff) +[](https://pypi.python.org/pypi/ruff) +[](https://pypi.python.org/pypi/ruff) +[](https://pypi.python.org/pypi/ruff) +[](https://github.com/astral-sh/ruff-pre-commit/actions) + A [pre-commit](https://pre-commit.com/) hook for [Ruff](https://github.com/charliermarsh/ruff). Distributed as a standalone repository to enable installing Ruff via prebuilt wheels from @@ -12,7 +18,7 @@ Add this to your `.pre-commit-config.yaml`: ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.271 + rev: v0.0.274 hooks: - id: ruff ``` @@ -22,7 +28,7 @@ Or, to enable autofix: ```yaml - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.0.271 + rev: v0.0.274 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -36,3 +42,9 @@ reformatting. ## License MIT + +