Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#441)
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0)

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent df4bb5a commit 2f88e21
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ repos:
args: [--preserve-quotes]

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.3.0
hooks:
- id: black
1 change: 1 addition & 0 deletions tests/test-base-with-services.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Services related tests."""

import json
from packaging.version import parse

Expand Down
1 change: 1 addition & 0 deletions tests/test-base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""This module contains tests for the base image, which are AiiDA and package management related tests."""

import pytest
import json
from packaging.version import parse
Expand Down
1 change: 1 addition & 0 deletions tests/test-common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for all images, which are docker/docker-compose related tests."""

import requests


Expand Down

0 comments on commit 2f88e21

Please sign in to comment.