Skip to content

Commit 275ad77

Browse files
[pre-commit.ci] pre-commit autoupdate (#2105)
updates: - [github.com/asottile/pyupgrade: v3.15.1 → v3.15.2](asottile/pyupgrade@v3.15.1...v3.15.2) - [github.com/psf/black: 24.2.0 → 24.3.0](psf/black@24.2.0...24.3.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1) - [github.com/nbQA-dev/nbQA: 1.8.4 → 1.8.5](nbQA-dev/nbQA@1.8.4...1.8.5) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b2efa3c commit 275ad77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
repos:
1515
# Autoupdate: Python code
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.15.1
17+
rev: v3.15.2
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py39-plus]
@@ -28,7 +28,7 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/psf/black
31-
rev: 24.2.0
31+
rev: 24.3.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]
@@ -110,7 +110,7 @@ repos:
110110

111111
# Lint: Shell scripts
112112
- repo: https://github.com/shellcheck-py/shellcheck-py
113-
rev: v0.9.0.6
113+
rev: v0.10.0.1
114114
hooks:
115115
- id: shellcheck
116116
args: ["-x"]
@@ -137,7 +137,7 @@ repos:
137137
# nbQA provides tools from the Python ecosystem like
138138
# pyupgrade, isort, black, and flake8, adjusted for notebooks.
139139
- repo: https://github.com/nbQA-dev/nbQA
140-
rev: 1.8.4
140+
rev: 1.8.5
141141
hooks:
142142
- id: nbqa-pyupgrade
143143
args: [--py39-plus]

0 commit comments

Comments
 (0)