Skip to content

Commit 5df1f75

Browse files
[pre-commit.ci] pre-commit autoupdate (#1301)
updates: - [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.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1) - [github.com/pyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6bb4589 commit 5df1f75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ repos:
7272
args: [--profile, black]
7373

7474
- repo: https://github.com/psf/black
75-
rev: 24.4.2
75+
rev: 24.8.0
7676
hooks:
7777
- id: black
7878
args: [--config=pyproject.toml]
@@ -84,7 +84,7 @@ repos:
8484
args: [--py38-plus]
8585

8686
- repo: https://github.com/pre-commit/mirrors-mypy
87-
rev: v1.11.0
87+
rev: v1.11.1
8888
hooks:
8989
- id: mypy
9090
additional_dependencies: [types-all]
@@ -115,7 +115,7 @@ repos:
115115
# flake8-functions checks functions quality: https://pypi.org/project/flake8-functions/
116116
# flake8-bugbear detects some common bugs: https://github.com/PyCQA/flake8-bugbear
117117
- repo: https://github.com/pyCQA/flake8
118-
rev: 7.1.0
118+
rev: 7.1.1
119119
hooks:
120120
- id: flake8
121121
args: [--config, .flake8, --verbose, src, tools, docs, demos, tests]

0 commit comments

Comments
 (0)