Skip to content

Commit bd41c1d

Browse files
committed
update versions in README
1 parent 3f732cd commit bd41c1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Set custom arguments
8484
.. code:: yaml
8585
8686
- repo: https://github.com/ansys/pre-commit-hooks
87-
rev: v0.2.9
87+
rev: v0.3.0
8888
hooks:
8989
- id: add-license-headers
9090
args: ["--custom_copyright", "custom copyright phrase", "--custom_template", "template_name", "--custom_license", "license_name", "--ignore_license_check", "--start_year", "2023"]
@@ -129,7 +129,7 @@ the hook should run on, add the necessary regex to the ``files`` line in your
129129
.. code:: yaml
130130
131131
- repo: https://github.com/ansys/pre-commit-hooks
132-
rev: v0.2.9
132+
rev: v0.3.0
133133
hooks:
134134
- id: add-license-headers
135135
files: '(src|examples|tests|newFolder)/.*\.(py|newExtension)|\.(proto|newExtension)'
@@ -142,7 +142,7 @@ In .pre-commit-config.yaml:
142142
.. code:: yaml
143143
144144
- repo: https://github.com/ansys/pre-commit-hooks
145-
rev: v0.2.9
145+
rev: v0.3.0
146146
hooks:
147147
- id: add-license-headers
148148
exclude: |

0 commit comments

Comments
 (0)