Skip to content

Commit 8cc9f5a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/keewis/blackdoc: v0.3.7 → v0.3.8](keewis/blackdoc@v0.3.7...v0.3.8) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.991](pre-commit/mirrors-mypy@v0.982...v0.991)
1 parent 5fdc26c commit 8cc9f5a

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
@@ -4,7 +4,7 @@ ci:
44
exclude: docs/_static
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v4.4.0
88
hooks:
99
- id: check-added-large-files
1010
- id: check-yaml
@@ -22,12 +22,12 @@ repos:
2222
- id: black
2323

2424
- repo: https://github.com/keewis/blackdoc
25-
rev: v0.3.7
25+
rev: v0.3.8
2626
hooks:
2727
- id: blackdoc
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 5.0.4
30+
rev: 6.0.0
3131
hooks:
3232
- id: flake8
3333

@@ -37,7 +37,7 @@ repos:
3737
- id: darglint
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v0.982
40+
rev: v0.991
4141
hooks:
4242
- id: mypy
4343
exclude: docs

0 commit comments

Comments
 (0)