Skip to content

Commit 6b6e455

Browse files
[pre-commit.ci] pre-commit autoupdate (#1494)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/Pierre-Sassoulas/copyright_notice_precommit: 6f5a59c3e1cb0f20731eb1ff32622c9a2fc72d9a → 0.1.2](Pierre-Sassoulas/copyright_notice_precommit@6f5a59c...0.1.2) - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) - [github.com/pre-commit/mirrors-mypy: v0.941 → v0.942](pre-commit/mirrors-mypy@v0.941...v0.942) - [github.com/pre-commit/mirrors-prettier: v2.6.0 → v2.6.1](pre-commit/mirrors-prettier@v2.6.0...v2.6.1) * Update .pre-commit-config.yaml Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent c9783ef commit 6b6e455

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- --remove-duplicate-keys
2222
- --remove-unused-variables
2323
- repo: https://github.com/Pierre-Sassoulas/copyright_notice_precommit
24-
rev: 6f5a59c3e1cb0f20731eb1ff32622c9a2fc72d9a
24+
rev: 0.1.2
2525
hooks:
2626
- id: copyright-notice
2727
args: ["--notice=script/copyright.txt", "--enforce-all", "--autofix"]
@@ -44,7 +44,7 @@ repos:
4444
- id: black-disable-checker
4545
exclude: tests/unittest_nodes_lineno.py
4646
- repo: https://github.com/psf/black
47-
rev: 22.1.0
47+
rev: 22.3.0
4848
hooks:
4949
- id: black
5050
args: [--safe, --quiet]
@@ -70,7 +70,7 @@ repos:
7070
]
7171
exclude: tests/testdata|conf.py
7272
- repo: https://github.com/pre-commit/mirrors-mypy
73-
rev: v0.940
73+
rev: v0.942
7474
hooks:
7575
- id: mypy
7676
name: mypy
@@ -89,7 +89,7 @@ repos:
8989
]
9090
exclude: tests/testdata| # exclude everything, we're not ready
9191
- repo: https://github.com/pre-commit/mirrors-prettier
92-
rev: v2.5.1
92+
rev: v2.6.1
9393
hooks:
9494
- id: prettier
9595
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)