Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 8, 2024
1 parent d0ad78a commit 9a3a6e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Packaging logic for Flake8-JSON."""

import os
import sys

Expand Down
1 change: 1 addition & 0 deletions src/flake8_json_reporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"""flake8_json_reporter module."""

__version__ = "23.7.0"
1 change: 1 addition & 0 deletions src/flake8_json_reporter/reporters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Module containing all of the JSON reporters for Flake8."""

import hashlib
import json
import textwrap
Expand Down

0 comments on commit 9a3a6e1

Please sign in to comment.