Skip to content

Commit a7f4164

Browse files
committed
chore: Update dependencies and add pre-commit hook
1 parent 9849dc5 commit a7f4164

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-merge-conflict
66
- id: check-case-conflict
@@ -10,7 +10,7 @@ repos:
1010
- id: mixed-line-ending
1111

1212
- repo: https://github.com/sirosen/check-jsonschema
13-
rev: 0.27.3
13+
rev: 0.29.0
1414
hooks:
1515
- id: check-github-actions
1616
- id: check-github-workflows
@@ -21,3 +21,8 @@ repos:
2121
- id: shfmt
2222
- id: shellcheck
2323
files: 'main\/.sh'
24+
25+
- repo: https://github.com/rhysd/actionlint
26+
rev: v1.7.1
27+
hooks:
28+
- id: actionlint

pyproject.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
[tool.poetry]
22
name = "install-poetry"
3-
version = "1" # doesn't matter
3+
version = "1"
44
description = ""
5-
authors = ["Sondre Lillebø Gundersen <sondrelg@live.no.com>"]
5+
authors = ["Sondre Lillebø Gundersen <sondrelg@live.no>"]
66
maintainers = ["Jonas Krüger Svensson <jonasks@hotmail.com>"]
77

88
[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"
1311

1412

1513
[build-system]
16-
requires = ["poetry>=0.12"]
17-
build-backend = "poetry.masonry.api"
14+
requires = ["poetry-core"]
15+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)