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 3be27c7 commit f94b929Copy full SHA for f94b929
.pre-commit-config.yaml
@@ -0,0 +1,15 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v4.6.0
4
+ hooks:
5
+ - id: check-merge-conflict
6
+ - id: debug-statements
7
+ - id: trailing-whitespace
8
+ - id: end-of-file-fixer
9
+ - id: check-yaml
10
+ - id: check-json
11
+ - repo: https://github.com/astral-sh/ruff-pre-commit
12
+ rev: v0.4.9
13
14
+ - id: ruff
15
+ - id: ruff-format
0 commit comments