1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

pre-commit: Enable Ruff and Ruff Black-style formatting

This commit is contained in:
Sebastian Pipping
2023-12-12 18:41:52 +01:00
parent 88cf01aa14
commit 3168e7813e

9
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,9 @@
# Copyright (c) 2023 Sebastian Pipping <sebastian@pipping.org>
# Licensed under the MIT license
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.7
hooks:
- id: ruff
- id: ruff-format