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 d3fde73..84a3f41 100644 --- a/src/flake8_json_reporter/__init__.py +++ b/src/flake8_json_reporter/__init__.py @@ -1,2 +1,3 @@ """flake8_json_reporter module.""" + __version__ = "23.7.0" diff --git a/src/flake8_json_reporter/reporters.py b/src/flake8_json_reporter/reporters.py index 3637cdb..03f0631 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