Skip to content

Commit ec101b2

Browse files
author
Hugo Osvaldo Barrera
authored
Merge pull request #947 from pimutils/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 961203e + 2c551af commit ec101b2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ repos:
1414
- id: flake8
1515
additional_dependencies: [flake8-import-order, flake8-bugbear]
1616
- repo: https://github.com/psf/black
17-
rev: "21.9b0"
17+
rev: "21.12b0"
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/pycqa/isort
21-
rev: 5.9.3
21+
rev: 5.10.1
2222
hooks:
2323
- id: isort
2424
name: isort (python)
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.29.0
26+
rev: v2.29.1
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def setup_logging():
2525
def benchmark():
2626
return lambda x: x()
2727

28-
2928
else:
3029
del pytest_benchmark
3130

0 commit comments

Comments
 (0)