added pre-commit formatting

This commit is contained in:
0xArty
2023-04-14 19:29:21 +01:00
parent 5389b2deb1
commit 9d0bc54b07
2 changed files with 7 additions and 0 deletions

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

@@ -0,0 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 21.12b0
hooks:
- id: black
language_version: python3