Skip to content

Commit 5e1569a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b112322 commit 5e1569a

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ classifiers =
1414
Environment :: Console
1515
Framework :: Flake8
1616
Intended Audience :: Developers
17-
License :: OSI Approved :: MIT License
1817
Programming Language :: Python
1918
Programming Language :: Python :: 3
2019
Programming Language :: Python :: 3 :: Only

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)