Skip to content

Commit

Permalink
chore: Update dependencies and add pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Jul 23, 2024
1 parent 9849dc5 commit a7f4164
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
9 changes: 7 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-case-conflict
Expand All @@ -10,7 +10,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.27.3
rev: 0.29.0
hooks:
- id: check-github-actions
- id: check-github-workflows
Expand All @@ -21,3 +21,8 @@ repos:
- id: shfmt
- id: shellcheck
files: 'main\/.sh'

- repo: https://github.com/rhysd/actionlint
rev: v1.7.1
hooks:
- id: actionlint
14 changes: 6 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
[tool.poetry]
name = "install-poetry"
version = "1" # doesn't matter
version = "1"
description = ""
authors = ["Sondre Lillebø Gundersen <sondrelg@live.no.com>"]
authors = ["Sondre Lillebø Gundersen <sondrelg@live.no>"]
maintainers = ["Jonas Krüger Svensson <jonasks@hotmail.com>"]

[tool.poetry.dependencies]
python = ">=3.8"
pytest = "^6.1.1"

[tool.poetry.dev-dependencies]
python = "^3.12"
pytest = "^8.3.1"


[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit a7f4164

Please sign in to comment.