Skip to content

Commit

Permalink
feat: Update pre-commit hooks (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Oct 16, 2023
1 parent 79d4eaa commit 1d776ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ repos:
- types-requests

- repo: https://github.com/pre-commit/pre-commit
rev: v3.4.0
rev: v3.5.0
hooks:
- id: validate_manifest
2 changes: 1 addition & 1 deletion src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python = ">=3.8,<4"
singer-sdk = "~=0.33.0"
[tool.poetry.group.dev.dependencies]
pytest = "~7.4"
pytest = "~=7.4"
singer-sdk = { version = "~=0.33.0", extras = ["testing"] }
[tool.poetry.scripts]
Expand Down

0 comments on commit 1d776ec

Please sign in to comment.