Skip to content

Commit 2cb8e23

Browse files
[pre-commit.ci] pre-commit autoupdate (#91)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 51f949d commit 2cb8e23

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
@@ -32,7 +32,7 @@ repos:
3232
- id: rst-inline-touching-normal
3333
- id: text-unicode-replacement-char
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.14.0
35+
rev: v2.15.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
@@ -45,7 +45,7 @@ repos:
4545
hooks:
4646
- id: setup-cfg-fmt
4747
- repo: https://github.com/psf/black
48-
rev: 21.4b2
48+
rev: 21.5b1
4949
hooks:
5050
- id: black
5151
- repo: https://github.com/asottile/blacken-docs
@@ -54,7 +54,7 @@ repos:
5454
- id: blacken-docs
5555
additional_dependencies: [black]
5656
- repo: https://github.com/PyCQA/flake8
57-
rev: 3.9.1
57+
rev: 3.9.2
5858
hooks:
5959
- id: flake8
6060
additional_dependencies: [

0 commit comments

Comments
 (0)