Skip to content

Commit 3ccbe0f

Browse files
[pre-commit.ci] pre-commit autoupdate (#246)
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.1](pre-commit/mirrors-mypy@v1.15.0...v1.16.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 72d2d73 commit 3ccbe0f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- id: debug-statements
1717
- id: requirements-txt-fixer
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: 'v3.19.1'
19+
rev: 'v3.20.0'
2020
hooks:
2121
- id: pyupgrade
2222
args:
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: black
3232
- repo: https://github.com/PyCQA/flake8
33-
rev: '7.2.0'
33+
rev: '7.3.0'
3434
hooks:
3535
- id: flake8
3636
- repo: https://github.com/PyCQA/pydocstyle
@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies:
4646
- tomli
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: 'v1.15.0'
48+
rev: 'v1.16.1'
4949
hooks:
5050
- id: mypy
5151
additional_dependencies: ["types-Markdown"]

0 commit comments

Comments
 (0)