Skip to content

Commit

Permalink
Merge pull request #19 from stfc/increment-version-number-to-0.3.4
Browse files Browse the repository at this point in the history
bump version number to match new tag
  • Loading branch information
RobFirth authored Feb 3, 2023
2 parents 33301b0 + 862d4e7 commit c6b5d6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3
rev: v0.3.4
hooks:
- id: check-mypy-import-errors
- id: check-pylint-import-errors
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ example configuration:
repos:
- repo: https://github.com/stfc/pre-commit-hooks
rev: v0.3.2
rev: v0.3.4
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.3"
version = "0.3.4"
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 c6b5d6e

Please sign in to comment.