Skip to content

Commit 9d92368

Browse files
authored
Update .pre-commit-hooks.yaml
1 parent eecdf9a commit 9d92368

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
files: .*\.plcproj$
6161
- id: check-twincat-versions
6262
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.
63+
description: Checks if TwinCAT versions match in different tsproj and tspproj files, or if it matches the targeted one.
6464
entry: check-twincat-versions
6565
# All files need to be passed at once, else not all files are compared to eachother
6666
require_serial: true
6767
language: python
68-
files: .*\.tsproj$
68+
files: .*\.(tsproj|tspproj)$

0 commit comments

Comments
 (0)