Skip to content

Commit

Permalink
Fix mypy pre-commit settings (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Nov 21, 2024
1 parent a4cac74 commit 452a9b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@ repos:
args:
[
--ignore-missing-imports,
--install-types,
--non-interactive,
--pretty,
--show-error-codes,
.,
]
pass_filenames: false
additional_dependencies: ["types-requests"]

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.2.4
Expand Down

0 comments on commit 452a9b2

Please sign in to comment.