Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Nachtalb committed Aug 27, 2023
1 parent fc603d1 commit ef9e65c
Show file tree
Hide file tree
Showing 5 changed files with 286 additions and 273 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ repos:
- id: isort
args: ["--sp=pyproject.toml"]
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.282
rev: v0.0.286
hooks:
- id: ruff
args: ["--config=pyproject.toml"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.4.1
rev: v1.5.1
hooks:
- id: mypy
args: ["--config-file=pyproject.toml"]
Expand All @@ -57,13 +57,13 @@ repos:
- python-telegram-bot
- yarl
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.1
rev: v3.0.2
hooks:
- id: prettier
types_or: [markdown, toml]
args: [--prose-wrap=always]
- repo: https://github.com/python-poetry/poetry
rev: 1.5.0
rev: 1.6.0
hooks:
- id: poetry-check
- id: poetry-lock
Loading

0 comments on commit ef9e65c

Please sign in to comment.