Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1494)
Browse files Browse the repository at this point in the history
* [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 <pierre.sassoulas@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and Pierre-Sassoulas committed Apr 19, 2022
1 parent c9783ef commit 6b6e455
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- --remove-duplicate-keys
- --remove-unused-variables
- repo: https://github.com/Pierre-Sassoulas/copyright_notice_precommit
rev: 6f5a59c3e1cb0f20731eb1ff32622c9a2fc72d9a
rev: 0.1.2
hooks:
- id: copyright-notice
args: ["--notice=script/copyright.txt", "--enforce-all", "--autofix"]
Expand All @@ -44,7 +44,7 @@ repos:
- id: black-disable-checker
exclude: tests/unittest_nodes_lineno.py
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
args: [--safe, --quiet]
Expand All @@ -70,7 +70,7 @@ repos:
]
exclude: tests/testdata|conf.py
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.940
rev: v0.942
hooks:
- id: mypy
name: mypy
Expand All @@ -89,7 +89,7 @@ repos:
]
exclude: tests/testdata| # exclude everything, we're not ready
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
rev: v2.6.1
hooks:
- id: prettier
args: [--prose-wrap=always, --print-width=88]

0 comments on commit 6b6e455

Please sign in to comment.