Skip to content

Commit 82f30b9

Browse files
authored
Merge pull request #101 from GitGuardian/agateau/update-black
Bump black to 24.3.0
2 parents ac76dc9 + bab4040 commit 82f30b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_stages: [commit]
22
repos:
33
- repo: https://github.com/ambv/black
4-
rev: 22.3.0
4+
rev: 24.3.0
55
hooks:
66
- id: black
77
language_version: python3

pygitguardian/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""PyGitGuardian API Client"""
2+
23
from .client import ContentTooLarge, GGClient, GGClientCallbacks
34

45

0 commit comments

Comments
 (0)