summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2020-01-23 12:45:38 +0100
committerDaniel Hahler <git@thequod.de>2020-01-23 14:09:37 +0100
commit03bc8aba4e818d79668adf9d0049b92b5f7c100e (patch)
tree249aa141bbb47e84e55fc8614030b28f5972510f /.pre-commit-config.yaml
parent6b13379f37b3beca878db8a5df11de4a9e048327 (diff)
downloadpytest-03bc8aba4e818d79668adf9d0049b92b5f7c100e.tar.gz
config: typing for create_terminal_writer, re-export TerminalWriter
This also imports `TerminalWriter` explicitly via `_pytest._io`, allowing for easier extending / replacing it.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 978cfcde8..8894c713f 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -64,7 +64,7 @@ repos:
_code\.|
builtin\.|
code\.|
- io\.(BytesIO|saferepr)|
+ io\.(BytesIO|saferepr|TerminalWriter)|
path\.local\.sysfind|
process\.|
std\.