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.0
22+ rev : v1.0.1
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.0
32+ rev : v1.0.1
3333 hooks :
3434 id : terraform-fmt
3535 args :
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ ban-relative-imports = "all"
148148"tests/**/*" = [" PLR2004" , " S101" , " TID252" ]
149149
150150[tool .bumpversion ]
151- current_version = " 1.0.0 "
151+ current_version = " 1.0.1 "
152152parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
153153serialize = [" {major}.{minor}.{patch}" ]
154154# 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.0 "
5+ __version__ = "1.0.1 "
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