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

updates:
- [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.1...v3.15.2)
- [github.com/psf/black: 24.2.0 → 24.3.0](https://github.com/psf/black/compare/24.2.0...24.3.0)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.9.0.6...v0.10.0.1)
- [github.com/nbQA-dev/nbQA: 1.8.4 → 1.8.5](https://github.com/nbQA-dev/nbQA/compare/1.8.4...1.8.5)

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]
2024-04-02 00:31:05 +02:00
committed by GitHub
parent b2efa3cd8c
commit 275ad774c2

View File

@@ -14,7 +14,7 @@
repos:
# Autoupdate: Python code
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.1
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py39-plus]
@@ -28,7 +28,7 @@ repos:
# Autoformat: Python code
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
args: [--target-version=py39]
@@ -110,7 +110,7 @@ repos:
# Lint: Shell scripts
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.6
rev: v0.10.0.1
hooks:
- id: shellcheck
args: ["-x"]
@@ -137,7 +137,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.8.4
rev: 1.8.5
hooks:
- id: nbqa-pyupgrade
args: [--py39-plus]