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.