Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bibo-Joshi authored Apr 1, 2024
1 parent 1921911 commit 9324697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- --jobs=0

additional_dependencies:
- python-telegram-bot~=20.6
- python-telegram-bot~=21.0
- panflute~=2.3.0
- gql[aiohttp]~=3.4.1
- pydantic~=2.5.2
Expand All @@ -33,7 +33,7 @@ repos:
- id: mypy
name: mypy
additional_dependencies:
- python-telegram-bot~=20.6
- python-telegram-bot~=21.0
- panflute~=2.3.0
- gql[aiohttp]~=3.4.1
- pydantic~=2.5.2
Expand All @@ -57,7 +57,7 @@ repos:
- id: ruff
name: ruff
additional_dependencies:
- python-telegram-bot~=20.6
- python-telegram-bot~=21.0
- panflute~=2.3.0
- gql[aiohttp]~=3.4.1
- pydantic~=2.5.2

0 comments on commit 9324697

Please sign in to comment.