Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pre-commit #736

Open
wants to merge 14 commits into
base: dev
Choose a base branch
from
Prev Previous commit
adjusts tc version in pre-commit config to 4024.55
  • Loading branch information
PTKu committed Aug 8, 2024
commit 98ff27b3254e7de3356bfa9e0808de456cde8c34
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
# --pinned: Require the TwinCAT version to be pinned. Apply pinning if combined with --fix.
# --no-pinned: Require the TwinCAT version to not be pinned. Remove pinning if combined with --fix.
# uncomment and change to use the arguments
args: [--target-version=3.1.4024.56, --pinned, --fix]
args: [--target-version=3.1.4024.55, --pinned, --fix]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0 # Use the ref you want to point at
hooks:
Expand Down
Loading