mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Improve Config for ruff
and Bump to v0.0.222
(#3507)
This commit is contained in:
parent
3dd7d84fa5
commit
5693add136
2 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,7 @@ repos:
|
|||
- --diff
|
||||
- --check
|
||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||
rev: 'v0.0.212'
|
||||
rev: 'v0.0.222'
|
||||
hooks:
|
||||
- id: ruff
|
||||
name: ruff
|
||||
|
|
|
@ -8,3 +8,4 @@ line_length = 99
|
|||
|
||||
[tool.ruff]
|
||||
line-length = 99
|
||||
target-version = "py37"
|
||||
|
|
Loading…
Reference in a new issue