Skip to content

Commit d780d8c

Browse files
[pre-commit.ci] pre-commit autoupdate (#87)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.32.0](asottile/pyupgrade@v2.31.1...v2.32.0) - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) - [github.com/pycqa/pylint: v2.13.2 → v2.13.5](pylint-dev/pylint@v2.13.2...v2.13.5) - [github.com/pre-commit/mirrors-prettier: v2.6.1 → v2.6.2](pre-commit/mirrors-prettier@v2.6.1...v2.6.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5a5a8b5 commit d780d8c

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.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: trailing-whitespace
66
exclude: "tests/data/format/whitespace_stripper|tests/data/format/quotes_type|tests/test_config.py"
@@ -20,7 +20,7 @@ repos:
2020
- --remove-duplicate-keys
2121
- --remove-unused-variables
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v2.31.1
23+
rev: v2.32.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py38-plus]
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/psf/black
32-
rev: 22.1.0
32+
rev: 22.3.0
3333
hooks:
3434
- id: black
3535
exclude: *test-data
@@ -41,7 +41,7 @@ repos:
4141
exclude: *test-data
4242
additional_dependencies: [flake8-typing-imports==1.10.1]
4343
- repo: https://github.com/pycqa/pylint
44-
rev: v2.13.2
44+
rev: v2.13.5
4545
hooks:
4646
- id: pylint
4747
exclude: *test-data
@@ -61,7 +61,7 @@ repos:
6161
exclude: *test-data
6262
args: [--split-summary-body]
6363
- repo: https://github.com/pre-commit/mirrors-prettier
64-
rev: v2.6.1
64+
rev: v2.6.2
6565
hooks:
6666
- id: prettier
6767
exclude: *test-data

0 commit comments

Comments
 (0)