Skip to content

Commit 283a846

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/tox-dev/pyproject-fmt: 1.8.0 → 2.1.3](tox-dev/pyproject-fmt@1.8.0...2.1.3)
1 parent 501bdc2 commit 283a846

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
@@ -12,7 +12,7 @@ repos:
1212
files: \.py$
1313

1414
- repo: https://github.com/pre-commit/mirrors-mypy
15-
rev: "v1.10.0"
15+
rev: "v1.10.1"
1616
hooks:
1717
- id: mypy
1818
additional_dependencies:
@@ -39,7 +39,7 @@ repos:
3939
- id: trailing-whitespace
4040

4141
- repo: https://github.com/PyCQA/flake8
42-
rev: "7.0.0"
42+
rev: "7.1.0"
4343
hooks:
4444
- id: flake8
4545

@@ -50,12 +50,12 @@ repos:
5050
files: src/.*\.py$
5151

5252
- repo: https://github.com/asottile/blacken-docs
53-
rev: "1.16.0"
53+
rev: "1.18.0"
5454
hooks:
5555
- id: blacken-docs
5656

5757
- repo: https://github.com/tox-dev/pyproject-fmt
58-
rev: "1.8.0"
58+
rev: "2.1.3"
5959
hooks:
6060
- id: pyproject-fmt
6161
args: [--indent, "4"]

0 commit comments

Comments
 (0)