Skip to content

Commit 22c7cf2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 82b0a35 commit 22c7cf2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Packaging logic for Flake8-JSON."""
2+
23
import os
34
import sys
45

src/flake8_json_reporter/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
"""flake8_json_reporter module."""
2+
23
__version__ = "24.4.0"

src/flake8_json_reporter/reporters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Module containing all of the JSON reporters for Flake8."""
2+
23
import hashlib
34
import json
45
import textwrap

0 commit comments

Comments
 (0)