File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.5 .0
3
+ rev : v4.6 .0
4
4
hooks :
5
5
- id : check-merge-conflict
6
6
- id : check-case-conflict
10
10
- id : mixed-line-ending
11
11
12
12
- repo : https://github.com/sirosen/check-jsonschema
13
- rev : 0.27.3
13
+ rev : 0.29.0
14
14
hooks :
15
15
- id : check-github-actions
16
16
- id : check-github-workflows
21
21
- id : shfmt
22
22
- id : shellcheck
23
23
files : ' main\/.sh'
24
+
25
+ - repo : https://github.com/rhysd/actionlint
26
+ rev : v1.7.1
27
+ hooks :
28
+ - id : actionlint
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " install-poetry"
3
- version = " 1" # doesn't matter
3
+ version = " 1"
4
4
description = " "
5
- authors = [" Sondre Lillebø Gundersen <sondrelg@live.no.com >" ]
5
+ authors = [" Sondre Lillebø Gundersen <sondrelg@live.no>" ]
6
6
maintainers = [" Jonas Krüger Svensson <jonasks@hotmail.com>" ]
7
7
8
8
[tool .poetry .dependencies ]
9
- python = " >=3.8"
10
- pytest = " ^6.1.1"
11
-
12
- [tool .poetry .dev-dependencies ]
9
+ python = " ^3.12"
10
+ pytest = " ^8.3.1"
13
11
14
12
15
13
[build-system ]
16
- requires = [" poetry>=0.12 " ]
17
- build-backend = " poetry.masonry.api"
14
+ requires = [" poetry-core " ]
15
+ build-backend = " poetry.core. masonry.api"
You can’t perform that action at this time.
0 commit comments