Upgrade pre-commit hooks
Use `pre-commit autoupdate` to upgrade, and follow the message from `pre-commit-hooks` to move to the official `flake8` hook.
This commit is contained in:
committed by
Bruno Oliveira
parent
1637dc18d0
commit
f02aa70c95
@@ -37,7 +37,9 @@ class WorkerSetup:
|
||||
self.testdir = testdir
|
||||
self.events = Queue()
|
||||
|
||||
def setup(self,):
|
||||
def setup(
|
||||
self,
|
||||
):
|
||||
self.testdir.chdir()
|
||||
# import os ; os.environ['EXECNET_DEBUG'] = "2"
|
||||
self.gateway = execnet.makegateway()
|
||||
|
||||
Reference in New Issue
Block a user