Skip to content

Commit 5023545

Browse files
author
Roald Ruiter
committed
add pinned arg to readme example
1 parent cfc963a commit 5023545

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
# --reason: Add a reason to the error message in case of a non-matching version.
4545
# --pinned: Require the TwinCAT version to be pinned. Apply pinning if combined with --fix.
4646
# --no-pinned: Require the TwinCAT version to not be pinned. Remove pinning if combined with --fix.
47-
args: [--target-version=3.1.4024.20, --fix, --reason="This version has a crucial new feature"]
47+
args: [--target-version=3.1.4024.20, --pinned, --fix, --reason="This version has a crucial new feature"]
4848
# Optional, if you use pytmc to generate EPICS IOCs:
4949
# - id: pytmc-pragma-linter
5050
```

0 commit comments

Comments
 (0)