Last active
November 7, 2023 14:10
-
-
Save jefftriplett/c66064a07d92b9c6f50306c9bd4f72c5 to your computer and use it in GitHub Desktop.
👕 How to get ruff to work with checking and formatting?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
- repo: https://github.com/astral-sh/ruff-pre-commit | |
# Ruff version. | |
rev: v0.1.4 | |
hooks: | |
- id: ruff | |
args: [--fix, --exit-non-zero-on-fix] | |
- id: ruff-format | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment