We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 961203e + 2c551af commit ec101b2Copy full SHA for ec101b2
.pre-commit-config.yaml
@@ -14,16 +14,16 @@ repos:
14
- id: flake8
15
additional_dependencies: [flake8-import-order, flake8-bugbear]
16
- repo: https://github.com/psf/black
17
- rev: "21.9b0"
+ rev: "21.12b0"
18
hooks:
19
- id: black
20
- repo: https://github.com/pycqa/isort
21
- rev: 5.9.3
+ rev: 5.10.1
22
23
- id: isort
24
name: isort (python)
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v2.29.0
+ rev: v2.29.1
27
28
- id: pyupgrade
29
args: [--py37-plus]
tests/conftest.py
@@ -25,7 +25,6 @@ def setup_logging():
def benchmark():
return lambda x: x()
-
else:
30
del pytest_benchmark
31
0 commit comments