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 500ac2b commit 5148ad7Copy full SHA for 5148ad7
.pre-commit-config.yaml
@@ -1,13 +1,14 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v5.0.0
4
hooks:
5
- id: check-merge-conflict
6
- id: check-toml
7
- id: check-yaml
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
args: [--markdown-linebreak-ext=md]
11
+
12
- repo: local
13
14
- id: ruff
0 commit comments