We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3834b6 + 074089a commit cfc963aCopy full SHA for cfc963a
1 file changed
README.md
@@ -42,6 +42,8 @@ repos:
42
# --target-version: Set a version that you want the tsproj file to have
43
# --fix: Fix the version numbers if a target version is set
44
# --reason: Add a reason to the error message in case of a non-matching version.
45
+ # --pinned: Require the TwinCAT version to be pinned. Apply pinning if combined with --fix.
46
+ # --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"]
48
# Optional, if you use pytmc to generate EPICS IOCs:
49
# - id: pytmc-pragma-linter
0 commit comments