Add pre-commit.ci config

This commit is contained in:
Timmy Welch 2022-06-06 13:18:45 -07:00
parent 5bb48cf816
commit bb7fbb4e38

View File

@ -1,3 +1,4 @@
exclude: ^scripts
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
@ -41,3 +42,5 @@ repos:
hooks:
- id: mypy
additional_dependencies: [types-setuptools, types-requests]
ci:
skip: [mypy]