Skip to content

Commit

Permalink
Try to get pre-commit CI checks to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
correctmost committed Aug 28, 2024
1 parent 0f88d1e commit e17350d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,10 @@ repos:
rev: v1.11.2
hooks:
- id: mypy
name: mypy
entry: mypy
language: python
types: [python]
args: ["--config-file=pyproject.toml"]
pass_filenames: false
require_serial: true
additional_dependencies: ["types-typed-ast"]
exclude: tests/testdata
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
Expand Down

0 comments on commit e17350d

Please sign in to comment.