Add basic pre-commit rules
This commit is contained in:
9
.pre-commit-config.yaml
Normal file
9
.pre-commit-config.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
repos:
|
||||||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
|
rev: v4.4.0
|
||||||
|
hooks:
|
||||||
|
- id: trailing-whitespace
|
||||||
|
exclude_types: [markdown]
|
||||||
|
- id: end-of-file-fixer
|
||||||
|
- id: check-yaml
|
||||||
|
- id: check-added-large-files
|
||||||
@@ -6,4 +6,3 @@ description: A combined dice rolling and calculator bot.
|
|||||||
public_instances:
|
public_instances:
|
||||||
- "@dice:maunium.net"
|
- "@dice:maunium.net"
|
||||||
- "@dice:t2bot.io"
|
- "@dice:t2bot.io"
|
||||||
|
|
||||||
|
|||||||
@@ -6,4 +6,3 @@ description: A bot to calculate unexpected factorials.
|
|||||||
public_instances:
|
public_instances:
|
||||||
- "@factorial:maunium.net"
|
- "@factorial:maunium.net"
|
||||||
- "@factorial:t2bot.io"
|
- "@factorial:t2bot.io"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user