Skip to content

Commit

Permalink
fix: issue where dependencies used local project's remappings instead…
Browse files Browse the repository at this point in the history
… of their own (#151)
  • Loading branch information
antazoey authored Aug 19, 2024
1 parent 0b4cbd7 commit 961ca03
Show file tree
Hide file tree
Showing 7 changed files with 626 additions and 386 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
name: black

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.1
hooks:
- id: flake8

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.0
rev: v1.11.1
hooks:
- id: mypy
additional_dependencies: [types-requests, types-setuptools, pydantic, types-pkg-resources]
additional_dependencies: [types-requests, types-setuptools, pydantic]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
Expand Down
Loading

0 comments on commit 961ca03

Please sign in to comment.