Skip to content

Commit

Permalink
chore: fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 21, 2024
1 parent 50aace5 commit e302473
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
29 changes: 18 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ pytest = "8.3.3"
pre-commit = "4.0.1"
asyncpg-stubs = "0.29.1"
types-redis = "^4.6.0.20240806"

[tool.poetry.group.dev.dependencies.google-re2-stubs]
git = 'https://github.com/trim21/google-re2-stubs'
branch = 'fix-typing'
rev = 'd8ca14975bf7fcf7424fd9ca0e92ac3c7c0f8e27'
types-pyyaml = "^6.0.12.20240917"
google-re2-stubs = "^0.1.1"

[tool.black]
extend-exclude = 'common'
Expand Down

0 comments on commit e302473

Please sign in to comment.