We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecdf9a commit 9d92368Copy full SHA for 9d92368
1 file changed
.pre-commit-hooks.yaml
@@ -60,9 +60,9 @@
60
files: .*\.plcproj$
61
- id: check-twincat-versions
62
name: Check if all TwinCAT versions match
63
- description: Checks if TwinCAT versions match in different tsproj files, or if it matches the targeted one.
+ description: Checks if TwinCAT versions match in different tsproj and tspproj files, or if it matches the targeted one.
64
entry: check-twincat-versions
65
# All files need to be passed at once, else not all files are compared to eachother
66
require_serial: true
67
language: python
68
- files: .*\.tsproj$
+ files: .*\.(tsproj|tspproj)$
0 commit comments