pre-commit: extend list of rejected py modules
We now only use `py.path.local`.
This commit is contained in:
parent
f86e4516eb
commit
c755840793
|
@ -70,9 +70,11 @@ repos:
|
||||||
_code\.|
|
_code\.|
|
||||||
builtin\.|
|
builtin\.|
|
||||||
code\.|
|
code\.|
|
||||||
io\.(BytesIO|saferepr|TerminalWriter)|
|
io\.|
|
||||||
path\.local\.sysfind|
|
path\.local\.sysfind|
|
||||||
process\.|
|
process\.|
|
||||||
std\.
|
std\.|
|
||||||
|
error\.|
|
||||||
|
xml\.
|
||||||
)
|
)
|
||||||
types: [python]
|
types: [python]
|
||||||
|
|
Loading…
Reference in New Issue