Add pre-commit hook

This commit is contained in:
2Shirt 2023-03-19 20:05:51 -07:00
parent bbdc10e0f2
commit 10400ec2c3
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

6
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,6 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.257'
hooks:
- id: ruff