merged recent changes in main

This commit is contained in:
Tristan Lee
2023-08-07 20:42:02 -05:00
7 changed files with 14 additions and 26 deletions

View File

@@ -1,12 +1,12 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
language_version: python3.9
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
language_version: python3.9
args: ["--profile", "black"]