Skip to content

Commit 117015a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0) - [github.com/asottile/pyupgrade: v2.29.0 → v3.2.2](asottile/pyupgrade@v2.29.0...v3.2.2) - [github.com/psf/black: 21.10b0 → 22.10.0](psf/black@21.10b0...22.10.0) - [github.com/asottile/blacken-docs: v1.11.0 → v1.12.1](adamchainz/blacken-docs@v1.11.0...v1.12.1) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4)
1 parent 9598ff5 commit 117015a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.3.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -11,16 +11,16 @@ repos:
1111
- id: end-of-file-fixer
1212
- id: trailing-whitespace
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v2.29.0
14+
rev: v3.2.2
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py36-plus]
1818
- repo: https://github.com/psf/black
19-
rev: 21.10b0
19+
rev: 22.10.0
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/asottile/blacken-docs
23-
rev: v1.11.0
23+
rev: v1.12.1
2424
hooks:
2525
- id: blacken-docs
2626
additional_dependencies:
@@ -31,7 +31,7 @@ repos:
3131
- id: isort
3232
args: ["--profile", "black"]
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 4.0.1
34+
rev: 5.0.4
3535
hooks:
3636
- id: flake8
3737
additional_dependencies:

0 commit comments

Comments
 (0)