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 26d6a49 commit 3d151a6Copy full SHA for 3d151a6
.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.9'
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