Skip to content
Snippets Groups Projects
Commit 175dde9c authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

Bump black in pre-commit config

parent c792f8b0
No related branches found
No related tags found
1 merge request!155Bump black in pre-commit config
Pipeline #79085 passed
......@@ -8,7 +8,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 22.3.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
......
......@@ -8,7 +8,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 22.3.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
......
......@@ -6,7 +6,7 @@ import pytest
@pytest.fixture(autouse=True)
def setup_environment(responses):
"""Setup needed environment variables """
"""Setup needed environment variables"""
# Allow accessing remote API schemas
# defaulting to the prod environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment