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 2ff0668 commit fef7e7cCopy full SHA for fef7e7c
.pre-commit-config.yaml
@@ -1,4 +1,13 @@
1
repos:
2
+ - repo: "https://github.com/pre-commit/pre-commit-hooks"
3
+ rev: "v4.4.0"
4
+ hooks:
5
+ - id: "check-added-large-files"
6
+ - id: "check-vcs-permalinks"
7
+ - id: "no-commit-to-branch"
8
+ # TODO: Apply this fixer and add an entry to .git-blame-ignore-revs
9
+ # - id: "end-of-file-fixer"
10
+
11
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
12
rev: "v0.0.269"
13
hooks:
0 commit comments