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 7f54bd8 + ab3d501 commit 2123476
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,23 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: check-added-large-files
- id: trailing-whitespace
- id: end-of-file-fixer
- id: debug-statements
- id: name-tests-test
- id: requirements-txt-fixer
- 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:
- id: mypy
exclude: tests
args: ["--ignore-missing-imports", "--implicit-optional", "--follow-imports=skip"]
- repo: https://github.com/rubik/xenon
rev: v0.9.0
hooks:
- id: xenon
args: [ --max-absolute A, --max-modules A, --max-average A ]

0 comments on commit 2123476

Please sign in to comment.