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 13667ff commit 311d89aCopy full SHA for 311d89a
.pre-commit-config.yaml
@@ -0,0 +1,16 @@
1
+repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v5.0.0
4
+ hooks:
5
+ - id: check-added-large-files
6
+ - id: check-yaml
7
+ - id: double-quote-string-fixer
8
+ - id: end-of-file-fixer
9
+ - id: mixed-line-ending
10
+ - id: name-tests-test
11
+ - id: requirements-txt-fixer
12
+ - id: trailing-whitespace
13
+ - repo: https://github.com/crate-ci/typos
14
+ rev: v1.28.3
15
16
+ - id: typos
requirements.txt
@@ -1 +1,2 @@
mkdocs-material
+pre-commit
0 commit comments