Skip to content

Commit

Permalink
pre-commit: extend list of rejected py modules
Browse files Browse the repository at this point in the history
We now only use `py.path.local`.
  • Loading branch information
bluetech committed Jul 29, 2020
1 parent f86e451 commit c755840
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ repos:
_code\.|
builtin\.|
code\.|
io\.(BytesIO|saferepr|TerminalWriter)|
io\.|
path\.local\.sysfind|
process\.|
std\.
std\.|
error\.|
xml\.
)
types: [python]

0 comments on commit c755840

Please sign in to comment.