File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v4.5 .0
6+ rev : v4.6 .0
77 hooks :
88 - id : check-toml
99 - id : check-yaml
1212 args : [--markdown-linebreak-ext=md]
1313
1414 - repo : https://github.com/astral-sh/ruff-pre-commit
15- rev : v0.3.5
15+ rev : v0.4.10
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.3.5
6- pre-commit ~= 3.7.0
5+ ruff ~= 0.4.10
6+ pre-commit ~= 3.7.1
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ name = "pypi"
88[packages ]
99
1010[dev-packages ]
11- ruff = " ~=0.3.5 "
12- pre-commit = " ~=3.7.0 "
11+ ruff = " ~=0.4.10 "
12+ pre-commit = " ~=3.7.1 "
1313
1414[requires ]
1515python_version = " 3.12"
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ license = "MIT"
1111python = " 3.12.*"
1212
1313[tool .poetry .dev-dependencies ]
14- ruff = " ~0.3.5 "
15- pre-commit = " ~3.7.0 "
14+ ruff = " ~0.4.10 "
15+ pre-commit = " ~3.7.1 "
1616
1717[build-system ]
1818requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments