From dd0782c2ea8664c89cdff85036013b561892852d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Sat, 4 Feb 2023 19:20:21 +0100 Subject: [PATCH] STY: upgrade black to 23.1.0 --- .pre-commit-config.yaml | 4 ++-- pyproject.toml | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 943806c7..b0580c5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: pyupgrade args: [--py36-plus] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.1.0 hooks: - id: black - repo: https://github.com/PyCQA/isort @@ -43,7 +43,7 @@ repos: rev: 1.13.0 hooks: - id: blacken-docs - additional_dependencies: [black==22.6.0] + additional_dependencies: [black==23.1.0] - repo: https://github.com/pre-commit/pygrep-hooks rev: v1.10.0 hooks: diff --git a/pyproject.toml b/pyproject.toml index fbd5251c..ecfe5110 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,12 +62,6 @@ include-package-data = true zip-safe = false [tool.black] -line-length = 88 -target-version = [ - 'py38', - 'py39', - 'py310', -] include = '\.pyi?$' exclude = ''' /(