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 e69dc50 commit fd95920
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ repos:
- id: mypy
args: [--strict, --pretty, --show-error-codes]
additional_dependencies:
[
platformdirs,
pytest,
rapidfuzz,
types-freezegun,
types-python-slugify,
urllib3,
]
[platformdirs, pytest, python-slugify, rapidfuzz, types-freezegun, urllib3]

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

0 comments on commit fd95920

Please sign in to comment.