Skip to content

Instantly share code, notes, and snippets.

@jefftriplett
Last active November 7, 2023 14:10
Show Gist options
  • Save jefftriplett/c66064a07d92b9c6f50306c9bd4f72c5 to your computer and use it in GitHub Desktop.
Save jefftriplett/c66064a07d92b9c6f50306c9bd4f72c5 to your computer and use it in GitHub Desktop.
👕 How to get ruff to work with checking and formatting?
...
- 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