From a3cb81d37d1a89770a1e0ecb9c7b17e95f9ea467 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:52:20 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.12.1 → 24.3.0](https://github.com/psf/black/compare/23.12.1...24.3.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.1.0...7.0.0) - [github.com/sirosen/check-jsonschema: 0.27.3 → 0.28.1](https://github.com/sirosen/check-jsonschema/compare/0.27.3...0.28.1) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1594f0d..2747247 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,13 +17,13 @@ repos: - id: yamlfmt - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.3.0 hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 args: [--count, --show-source, --statistics] @@ -40,12 +40,12 @@ repos: args: [--profile, black, --filter-files] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.27.3 + rev: 0.28.1 hooks: - id: check-github-workflows - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade args: [--py37-plus] From 3495bf9adb67c8f225fb39c8fd0da5a4b2faa896 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:52:44 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- aiidalab_eln/base_connector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aiidalab_eln/base_connector.py b/aiidalab_eln/base_connector.py index f075681..fe96311 100644 --- a/aiidalab_eln/base_connector.py +++ b/aiidalab_eln/base_connector.py @@ -1,4 +1,5 @@ """Module that defines the base class for ELN connetors.""" + import ipywidgets as ipw import traitlets