Skip to content

Commit 83962ba

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.18.0 → v3.19.0](asottile/pyupgrade@v3.18.0...v3.19.0) - [github.com/asottile/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1)
1 parent 5bb5acf commit 83962ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: check-executables-have-shebangs
1010
- id: check-yaml
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.18.0
12+
rev: v3.19.0
1313
hooks:
1414
- id: pyupgrade
1515
args: [--py38-plus]
@@ -36,7 +36,7 @@ repos:
3636
flake8-2020==1.6.1,
3737
]
3838
- repo: https://github.com/asottile/blacken-docs
39-
rev: 1.19.0
39+
rev: 1.19.1
4040
hooks:
4141
- id: blacken-docs
4242
additional_dependencies: [black==22.6.0]

0 commit comments

Comments
 (0)