File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Add the following `repo` to your `.pre-commit-config.yaml`
1919``` yaml
2020...
2121 - repo : https://github.com/devopsforhuman/tf-pre-commit
22- rev : v1.0.1
22+ rev : v1.0.2
2323 hooks :
2424 id : terraform-fmt
2525...
@@ -29,7 +29,7 @@ if you want to provide `options` or `global options` (try `terraform fmt --help`
2929``` yaml
3030...
3131 - repo : https://github.com/devopsforhuman/tf-pre-commit
32- rev : v1.0.1
32+ rev : v1.0.2
3333 hooks :
3434 id : terraform-fmt
3535 args :
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ ban-relative-imports = "all"
154154"tests/**/*" = [" PLR2004" , " S101" , " TID252" ]
155155
156156[tool .bumpversion ]
157- current_version = " 1.0.1 "
157+ current_version = " 1.0.2 "
158158parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
159159serialize = [" {major}.{minor}.{patch}" ]
160160# parse = """(?x)
Original file line number Diff line number Diff line change 22
33"""About module for tf-pre-commit"""
44
5- __version__ = "1.0.1 "
5+ __version__ = "1.0.2 "
66__author__ = "Dalwar Hossain"
77__email__ = "dalwar23@pm.me"
88__license__ = "BSD 3-Clause"
You can’t perform that action at this time.
0 commit comments