Skip to content

Commit

Permalink
simplify pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Dec 24, 2023
1 parent bafa37f commit 5996631
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,15 @@ repos:
- id: prettier
types_or: [markdown, yaml]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.8.0"
hooks:
- id: mypy
additional_dependencies: [types-requests]
args: [--ignore-missing-imports]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.9"
hooks:
- id: ruff
args: [--fix]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.8.0"
hooks:
- id: mypy
additional_dependencies: [types-requests]

0 comments on commit 5996631

Please sign in to comment.