File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 args : [--markdown-linebreak-ext=md]
1313
1414 - repo : https://github.com/astral-sh/ruff-pre-commit
15- rev : v0.4.10
15+ rev : v0.5.0
1616 hooks :
1717 - id : ruff
1818 - id : ruff-format
Original file line number Diff line number Diff line change 22# Don't forget to pin your dependencies!
33# This list will have to be migrated if you wish to use another dependency manager.
44
5- ruff ~= 0.4.10
5+ ruff ~= 0.5.0
66pre-commit ~= 3.7.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ name = "pypi"
88[packages ]
99
1010[dev-packages ]
11- ruff = " ~=0.4.10 "
11+ ruff = " ~=0.5.0 "
1212pre-commit = " ~=3.7.1"
1313
1414[requires ]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license = "MIT"
1111python = " 3.12.*"
1212
1313[tool .poetry .dev-dependencies ]
14- ruff = " ~0.4.10 "
14+ ruff = " ~0.5.0 "
1515pre-commit = " ~3.7.1"
1616
1717[build-system ]
You can’t perform that action at this time.
0 commit comments