diff options
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2022-03-22 09:04:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 09:04:35 +0100 |
commit | 6de7100e4bed8641f898cef160e1874ec788ab96 (patch) | |
tree | 109a2e87378bc6f1631f94098f621918739b1192 /.pre-commit-config.yaml | |
parent | 5a4a7201f8b98b11bdfd557b7b3b1bf4305835ad (diff) | |
download | pylint-git-6de7100e4bed8641f898cef160e1874ec788ab96.tar.gz |
[pre-commit.ci] pre-commit autoupdate (#5949)
updates:
- [github.com/pre-commit/mirrors-mypy: v0.940 → v0.941](https://github.com/pre-commit/mirrors-mypy/compare/v0.940...v0.941)
- [github.com/pre-commit/mirrors-prettier: v2.5.1 → v2.6.0](https://github.com/pre-commit/mirrors-prettier/compare/v2.5.1...v2.6.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6df441d82..d6b2226db 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -77,7 +77,7 @@ repos: types: [text] # necessary to include ChangeLog file files: ^(ChangeLog|doc/(.*/)*.*\.rst) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.940 + rev: v0.941 hooks: - id: mypy name: mypy @@ -89,7 +89,7 @@ repos: additional_dependencies: ["platformdirs==2.2.0", "types-pkg_resources==0.1.3"] exclude: tests/functional/|tests/input|tests(/.*)*/data|tests/regrtest_data/|tests/data/|tests(/.*)+/conftest.py|doc/|bin/ - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.5.1 + rev: v2.6.0 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88] |