mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update Ruff dependency version
This commit is contained in:
parent
fabc409277
commit
b87308cfaa
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ repos:
|
||||||
- id: forbid-new-submodules
|
- id: forbid-new-submodules
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.1.5
|
rev: v0.1.15
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
|
|
|
||||||
|
|
@ -95,7 +95,7 @@ dev = [
|
||||||
"pytest-xdist>=3.4.0",
|
"pytest-xdist>=3.4.0",
|
||||||
"tox>=4.11.3",
|
"tox>=4.11.3",
|
||||||
"invoke>=2.2.0",
|
"invoke>=2.2.0",
|
||||||
"ruff>=0.1.5,<0.2.0",
|
"ruff>=0.1.15,<0.2.0",
|
||||||
"tomli>=2.0.1; python_version < \"3.11\"",
|
"tomli>=2.0.1; python_version < \"3.11\"",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue