mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 07:06:26 +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
|
- --diff
|
||||||
- --check
|
- --check
|
||||||
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
- repo: https://github.com/charliermarsh/ruff-pre-commit
|
||||||
rev: 'v0.0.212'
|
rev: 'v0.0.222'
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
name: ruff
|
name: ruff
|
||||||
|
|
|
@ -8,3 +8,4 @@ line_length = 99
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 99
|
line-length = 99
|
||||||
|
target-version = "py37"
|
||||||
|
|
Loading…
Reference in a new issue