We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b631ff commit 4ce7df6Copy full SHA for 4ce7df6
.pre-commit-config.yaml
@@ -47,4 +47,4 @@ repos:
47
types: [python]
48
pass_filenames: false
49
follow-imports: skip
50
- args: [acd/database, acd/exceptions, acd/l5x, --check-untyped-defs, --ignore-missing-imports, --exclude, acd/generated/, --follow-imports, skip]
+ args: [acd/database, acd/exceptions, acd/l5x, acd/record, acd/zip, --check-untyped-defs, --ignore-missing-imports, --exclude, acd/generated/, --follow-imports, skip]
0 commit comments