[pre-commit.ci] pre-commit autoupdate (#1788)

updates:
- [github.com/asottile/pyupgrade: v2.37.3 → v2.38.0](https://github.com/asottile/pyupgrade/compare/v2.37.3...v2.38.0)
- [github.com/nbQA-dev/nbQA: 1.4.0 → 1.5.0](https://github.com/nbQA-dev/nbQA/compare/1.4.0...1.5.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot]
2022-09-20 05:11:23 +04:00
committed by GitHub
parent 1802196347
commit eee6648e20

View File

@@ -14,7 +14,7 @@
repos:
# Autoupdate: Python code
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v2.38.0
hooks:
- id: pyupgrade
args: [--py39-plus]
@@ -116,7 +116,7 @@ repos:
# nbQA provides tools from the Python ecosystem like
# pyupgrade, isort, black, and flake8, adjusted for notebooks.
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.4.0
rev: 1.5.0
hooks:
- id: nbqa-pyupgrade
args: [--py39-plus]