From 59a7d653a2e3f99255e655f838e7bd1292d88e13 Mon Sep 17 00:00:00 2001 From: Lars Date: Sun, 3 Dec 2023 17:16:58 +0100 Subject: [PATCH] pre-commit autoupdate --- .pre-commit-config.yaml | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 388aa64..a20d2dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black args: @@ -43,7 +43,7 @@ repos: - id: end-of-file-fixer - id: fix-byte-order-marker - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.7.1 hooks: - id: mypy args: diff --git a/setup.cfg b/setup.cfg index 3228a44..5fd6240 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,7 @@ forced_separate = tests combine_as_imports = true [mypy] -python_version = 3.10 +python_version = 3.12 ignore_errors = true follow_imports = silent ignore_missing_imports = true