diff --git a/setup.py b/setup.py index bced55a..bb547f3 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,5 @@ """Packaging logic for Flake8-JSON.""" + import os import sys diff --git a/src/flake8_json_reporter/__init__.py b/src/flake8_json_reporter/__init__.py index 5398e84..09c75d1 100644 --- a/src/flake8_json_reporter/__init__.py +++ b/src/flake8_json_reporter/__init__.py @@ -1,2 +1,3 @@ """flake8_json_reporter module.""" + __version__ = "24.4.0" diff --git a/src/flake8_json_reporter/reporters.py b/src/flake8_json_reporter/reporters.py index 72fa155..6aa8e6c 100644 --- a/src/flake8_json_reporter/reporters.py +++ b/src/flake8_json_reporter/reporters.py @@ -1,4 +1,5 @@ """Module containing all of the JSON reporters for Flake8.""" + import hashlib import json import textwrap