From 149766c1a002b58a375d48d8d1ddb44d56857a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 8 Nov 2022 17:54:03 +0100 Subject: [PATCH] chore: update pre-commit --- .pre-commit.yaml => .pre-commit-config.yaml | 6 +++--- pyproject.toml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) rename .pre-commit.yaml => .pre-commit-config.yaml (94%) diff --git a/.pre-commit.yaml b/.pre-commit-config.yaml similarity index 94% rename from .pre-commit.yaml rename to .pre-commit-config.yaml index 132ad66..509e3ef 100644 --- a/.pre-commit.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: "v2.37.3" + rev: "v3.2.0" hooks: - id: pyupgrade @@ -29,7 +29,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.971" + rev: "v0.990" hooks: - id: mypy @@ -40,7 +40,7 @@ repos: name: isort (python) - repo: https://github.com/psf/black - rev: "22.8.0" + rev: "22.10.0" hooks: - id: black language_version: python diff --git a/pyproject.toml b/pyproject.toml index 8246e6a..eb50652 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,6 @@ mypy = "^0.990" pre-commit = "^2.20.0" types-PyYAML = "^6.0.12.1" - [tool.poetry.group.notebook.dependencies] ipykernel = "^6.17.0" matplotlib = "^3.6.2"