We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc0bde commit ab8c03eCopy full SHA for ab8c03e
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.12.1
+ rev: v0.13.2
4
hooks:
5
- id: ruff-check # linter
6
args: [--fix, --exit-non-zero-on-fix] # sort imports and fix
0 commit comments