We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d48388e + 978448b commit c745be1Copy full SHA for c745be1
.pre-commit-config.yaml
@@ -49,5 +49,5 @@ repos:
49
exclude: migrations/|commands/|sandbox/|samples|sdk
50
files: ^src/
51
pass_filenames: false
52
- args: ['src/', '--ignore', 'unresolved-import']
+ args: ['src/', '--ignore', 'unresolved-import', '--ignore', 'unresolved-attribute', '--ignore', 'missing-argument']
53
0 commit comments