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 Feb 5, 2024
1 parent ccc2d08 commit 9d97230
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/mk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""init code of mk module."""

from importlib.metadata import PackageNotFoundError, version

try:
Expand Down
1 change: 1 addition & 0 deletions src/mk/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Main module."""

from __future__ import annotations

import argparse
Expand Down
1 change: 1 addition & 0 deletions src/mk/loaders.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Wrappers for loading different configuration files."""

from pathlib import Path

try:
Expand Down
1 change: 1 addition & 0 deletions src/mk/tools/git.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Expose features related to git repositories."""

from __future__ import annotations

import logging
Expand Down
1 change: 1 addition & 0 deletions src/mk/tools/tox.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Implementation of the tox tool support."""

from __future__ import annotations

import logging
Expand Down

0 comments on commit 9d97230

Please sign in to comment.