Skip to content

Commit 2f21172

Browse files
[pre-commit.ci] pre-commit autoupdate (#31)
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0b96c05 commit 2f21172

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: isort
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: "v3.15.0"
24+
rev: "v3.15.2"
2525
hooks:
2626
- id: pyupgrade
2727
args: ["--py310-plus"]
@@ -34,18 +34,18 @@ repos:
3434
stages: [manual]
3535

3636
- repo: https://github.com/psf/black
37-
rev: "23.12.1"
37+
rev: "24.3.0"
3838
hooks:
3939
- id: black
4040

4141
- repo: https://github.com/pycqa/flake8
42-
rev: "6.1.0"
42+
rev: "7.0.0"
4343
hooks:
4444
- id: flake8
4545
additional_dependencies: [flake8-bugbear]
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.8.0"
48+
rev: "v1.9.0"
4949
hooks:
5050
- id: mypy
5151
args: []

0 commit comments

Comments
 (0)