aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2023-06-27 05:06:34 +0000
committermrbean-bremen <mrbean-bremen@users.noreply.github.com>2023-06-27 08:10:44 +0200
commitd4fa293efddf57768d582206c0ee09080e46166c (patch)
treef4f1fba13e5b4c174e1b04d2f2d167aaf38fe476
parentb576d65bbd9a7508c90e6b00aa3b9eccf4a86fa1 (diff)
downloadpyfakefs-d4fa293efddf57768d582206c0ee09080e46166c.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.0](https://github.com/PyCQA/autoflake/compare/v2.1.1...v2.2.0) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.3.0...v1.4.1)
-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 3049f14..2912c41 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -22,7 +22,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/PyCQA/autoflake
- rev: v2.1.1
+ rev: v2.2.0
hooks:
- id: autoflake
name: autoflake
@@ -38,7 +38,7 @@ repos:
- flake8-bugbear
args: ["--extend-ignore=E203", "--max-line-length=88"]
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v1.3.0
+ rev: v1.4.1
hooks:
- id: mypy
exclude: (docs|pyfakefs/tests)