Skip to content

Commit

Permalink
Merge pull request #35 from stfc/34-version-bump-following-epylint-fix
Browse files Browse the repository at this point in the history
update to v0.3.7
  • Loading branch information
RobFirth authored Feb 15, 2024
2 parents d4593de + 8f8fc77 commit bafce78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/stfc/pre-commit-hooks
rev: v0.3.6
rev: v0.3.7
hooks:
- id: check-mypy-import-errors
- id: check-pylint-import-errors
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "hooks"
version = "0.3.6"
version = "0.3.7"
description = "Custom pre-commit hooks for use within our projects"
authors = [ "Tom Collingwood <[email protected]>","Rob Firth <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit bafce78

Please sign in to comment.