Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit_typehinting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp1985 authored Feb 2, 2024
2 parents 2123476 + 9a1194e commit bba0c5f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,17 @@ repos:
- id: flake8
args: ['--max-line-length=88', '--select=W291,W292,W293,F401']
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
hooks:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
hooks:
- id: mypy
exclude: tests
args: ["--ignore-missing-imports", "--implicit-optional", "--follow-imports=skip"]
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/rubik/xenon
rev: v0.9.0
hooks:
Expand Down

0 comments on commit bba0c5f

Please sign in to comment.