We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f869ac commit 53c5e35Copy full SHA for 53c5e35
1 file changed
.pre-commit-hooks.yaml
@@ -38,5 +38,5 @@
38
description: Lint pytmc pragmas
39
entry: bash -c 'set -ex; for fn in "$@"; do pytmc pragmalint "$fn"; done' --
40
language: python
41
- files: .*\.(TcPOU|TcGVL)$
+ files: .*\.(TcPOU|TcGVL|TcDUT)$
42
additional_dependencies: ["pytmc"]
0 commit comments