Skip to content

Commit 163ab1c

Browse files
committed
Fix pre commit hook warnings
1 parent 98f5602 commit 163ab1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fail-under=10
4646
#from-stdin=
4747

4848
# Files or directories to be skipped. They should be base names, not paths.
49-
ignore=CVS
49+
ignore=CVS
5050

5151
# Add files or directories matching the regular expressions patterns to the
5252
# ignore-list. The regex matches against paths and can be in Posix or Windows

.vscode/setting.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
"--skip-glob",
1717
"*/migrations/*"
1818
]
19-
}
19+
}

0 commit comments

Comments
 (0)