We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76df03 commit ebc128bCopy full SHA for ebc128b
1 file changed
.pre-commit-config.yaml
@@ -17,3 +17,6 @@ repos:
17
name: check-copyright
18
entry: python scripts/add_copyright.py --check
19
language: python
20
+ # add_copyright.py only supports these for now; update list and script
21
+ # if more filetypes should be checked for copyright notices
22
+ types_or: ["python", "toml", "yaml"]
0 commit comments