summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-06-21 20:58:26 +0200
committerGitHub <noreply@github.com>2021-06-21 20:58:26 +0200
commitcc01ec90f5b26272c670747c46a2088096cf1774 (patch)
tree9f6844f1f3df1f42226942697eee29f3ff4a166e /.pre-commit-config.yaml
parented03c0bf905b068fce506fa99b56b1194dfd22b7 (diff)
downloadpylint-git-cc01ec90f5b26272c670747c46a2088096cf1774.tar.gz
[pre-commit.ci] pre-commit autoupdate (#4601)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 5.8.0 → 5.9.1](https://github.com/PyCQA/isort/compare/5.8.0...5.9.1) * Update additional mypy pre-commit dependencies * Fix reverted requirements update * Update isort dependency Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index f4f30bf29..94b2906f2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
args: [--py36-plus]
exclude: *fixtures
- repo: https://github.com/PyCQA/isort
- rev: 5.8.0
+ rev: 5.9.1
hooks:
- id: isort
- repo: https://github.com/psf/black
@@ -77,7 +77,7 @@ repos:
types: [python]
args: []
require_serial: true
- additional_dependencies: ["types-pkg_resources==0.1.2", "types-toml==0.1.2"]
+ additional_dependencies: ["types-pkg_resources==0.1.3", "types-toml==0.1.3"]
exclude: tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/|doc/|bin/
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.3.1