Skip to content

Commit

Permalink
python-slugify now has own types
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 8, 2024
1 parent fdfa052 commit cfb767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
- id: mypy
args: [--strict, --pretty, --show-error-codes, .]
additional_dependencies:
[httpx, platformdirs, pytest, types-freezegun, types-python-slugify]
[httpx, platformdirs, pytest, python-slugify, types-freezegun]
pass_filenames: false

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

0 comments on commit cfb767d

Please sign in to comment.