Skip to content

Commit

Permalink
Clean up mypy config to allow dupe filenames in examples/
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjng committed Feb 22, 2024
1 parent 6b9d470 commit 29b38cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ repos:
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
hooks:
# See https://github.com/pre-commit/mirrors-mypy/blob/main/.pre-commit-hooks.yaml
- id: mypy
types_or: [ python, pyi ]
args: [--ignore-missing-imports, --scripts-are-modules]
args: [--ignore-missing-imports, --explicit-package-bases]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/PyCQA/bandit
rev: 1.7.7
Expand Down

0 comments on commit 29b38cb

Please sign in to comment.