summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-10-12 01:59:24 +0200
committerGitHub <noreply@github.com>2021-10-12 01:59:24 +0200
commit92100d0cf40f19ebaec13c73698c574d7a72d39a (patch)
tree6274355ea1e06af86caa72d77da1d54cdc0ca45d
parent005b2943d316a4bd268f626f2ebece8ebd5aedc0 (diff)
downloadpylint-git-92100d0cf40f19ebaec13c73698c574d7a72d39a.tar.gz
[pre-commit.ci] pre-commit autoupdate (#5145)
updates: - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.9.2...4.0.1) - [github.com/pre-commit/mirrors-mypy: v0.910 → v0.910-1](https://github.com/pre-commit/mirrors-mypy/compare/v0.910...v0.910-1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-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 12b90b2d1..c1aad8354 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -41,7 +41,7 @@ repos:
hooks:
- id: black-disable-checker
- repo: https://github.com/PyCQA/flake8
- rev: 3.9.2
+ rev: 4.0.1
hooks:
- id: flake8
exclude: *fixtures
@@ -75,7 +75,7 @@ repos:
types: [text] # necessary to include ChangeLog file
files: ^(ChangeLog|doc/(.*/)*.*\.rst)
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.910
+ rev: v0.910-1
hooks:
- id: mypy
name: mypy