Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
atemate committed Jul 15, 2023
1 parent 9903ae9 commit ce63b8f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
---
repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
hooks:
- id: mypy
# args: [--strict]

# common code style checkers
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
hooks:
- id: check-added-large-files
- id: end-of-file-fixer
- id: check-yaml

# python static type checker
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
hooks:
- id: mypy

# python import sorter
- repo: https://github.com/pycqa/isort
rev: 5.11.5
Expand Down

0 comments on commit ce63b8f

Please sign in to comment.