From 2c826c9b7582d8553cd5c0a0ca97a9299e060a3d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:29:00 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#5584) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.0...v0.5.1) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- README.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab29a6d78..e31402975 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ default_language_version: repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.5.0' + rev: 'v0.5.1' hooks: - id: ruff args: [., --fix, --exit-non-zero-on-fix] diff --git a/README.rst b/README.rst index 2765dee06..c2490f59e 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ xonsh cat /etc/passwd | grep root > ~/root.txt $PROMPT = '@ ' - + - .. code-block:: python @@ -55,7 +55,7 @@ xonsh aliases['e'] = 'echo @(2+2)' aliases['a'] = lambda args: print(args) - + If you like xonsh, :star: the repo, `write a tweet`_ and stay tuned by watching releases.