Skip to content

Commit ec969d7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.10.1 → v3.11.0](asottile/pyupgrade@v3.10.1...v3.11.0) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/asottile/blacken-docs: 1.15.0 → 1.16.0](adamchainz/blacken-docs@1.15.0...1.16.0) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](pre-commit/mirrors-mypy@v1.4.1...v1.5.1)
1 parent 64be81b commit ec969d7

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
@@ -11,18 +11,18 @@ repos:
1111
- id: check-merge-conflict
1212

1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.10.1
14+
rev: v3.11.0
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py310-plus]
1818

1919
- repo: https://github.com/psf/black
20-
rev: 23.7.0
20+
rev: 23.9.1
2121
hooks:
2222
- id: black
2323

2424
- repo: https://github.com/asottile/blacken-docs
25-
rev: 1.15.0
25+
rev: 1.16.0
2626
hooks:
2727
- id: blacken-docs
2828
additional_dependencies:
@@ -48,7 +48,7 @@ repos:
4848
- flake8-typing-imports
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.4.1
51+
rev: v1.5.1
5252
hooks:
5353
- id: mypy
5454
files: ^src/

0 commit comments

Comments
 (0)