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 110510c commit 6079a5eCopy full SHA for 6079a5e
.pre-commit-config.yaml
@@ -0,0 +1,19 @@
1
+# Learn more about this config here: https://pre-commit.com/
2
+
3
+# To enable these pre-commit hooks run:
4
+# `brew install pre-commit` or `python3 -m pip install pre-commit`
5
+# Then in the project root directory run `pre-commit install`
6
7
+repos:
8
+ - repo: https://github.com/pre-commit/pre-commit-hooks
9
+ rev: v5.0.0
10
+ hooks:
11
+ # - id: check-builtin-literals
12
+ # - id: check-executables-have-shebangs
13
+ # - id: check-shebang-scripts-are-executable
14
+ # - id: check-toml
15
+ # - id: check-yaml
16
+ # - id: detect-private-key
17
+ - id: end-of-file-fixer
18
+ # - id: mixed-line-ending
19
+ # - id: trailing-whitespace
0 commit comments