Skip to content

Commit

Permalink
init .pre-commit-config
Browse files Browse the repository at this point in the history
  • Loading branch information
skar404 committed Jun 29, 2023
1 parent 1fcf8ed commit 8486ad9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.264'
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.2.0'
hooks:
- id: mypy

0 comments on commit 8486ad9

Please sign in to comment.