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 4e1bd0b commit c513d2dCopy full SHA for c513d2d
.pre-commit-config.yaml
@@ -1,13 +1,13 @@
1
---
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: 'v0.12.7'
+ rev: 'v0.12.8'
5
hooks:
6
- id: ruff
7
args: [--fix, --exit-non-zero-on-fix]
8
- id: ruff-format
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v5.0.0
+ rev: v6.0.0
11
12
- id: fix-byte-order-marker
13
- id: trailing-whitespace
0 commit comments