Skip to content

Commit e6b5e74

Browse files
[pre-commit.ci] pre-commit autoupdate (#2130)
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.1](pre-commit/mirrors-mypy@v1.10.1...v1.11.1) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) - [github.com/nbQA-dev/nbQA: 1.8.5 → 1.8.7](nbQA-dev/nbQA@1.8.5...1.8.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6ed34af commit e6b5e74

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.16.0
17+
rev: v3.17.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py39-plus]
@@ -28,14 +28,14 @@ repos:
2828

2929
# Autoformat: Python code
3030
- repo: https://github.com/psf/black
31-
rev: 24.4.2
31+
rev: 24.8.0
3232
hooks:
3333
- id: black
3434
args: [--target-version=py39]
3535

3636
# Check python code static typing
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.10.1
38+
rev: v1.11.1
3939
hooks:
4040
- id: mypy
4141
args: [--config, ./mypy.ini]
@@ -117,7 +117,7 @@ repos:
117117

118118
# Lint: Python
119119
- repo: https://github.com/PyCQA/flake8
120-
rev: 7.1.0
120+
rev: 7.1.1
121121
hooks:
122122
- id: flake8
123123

@@ -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.5
140+
rev: 1.8.7
141141
hooks:
142142
- id: nbqa-pyupgrade
143143
args: [--py39-plus]

0 commit comments

Comments
 (0)