chore: remove .pre-commit-config.yaml

This commit is contained in:
Mark Cornick 2023-02-03 22:01:27 -05:00
parent b28950e97a
commit bd52675ac4
No known key found for this signature in database
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
language_version: python3.10