Skip to content

Commit

Permalink
chore: 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 May 6, 2024
1 parent 75a475d commit f67625a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""PIA - Package Installer for Ansible."""

try:
from pia._version import version as __version__
except ImportError: # pragma: no branch
Expand Down
1 change: 1 addition & 0 deletions src/pia/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""PIA command line."""

from __future__ import annotations

import argparse
Expand Down
1 change: 1 addition & 0 deletions src/pia/proc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Module to work with processes."""

from __future__ import annotations

import json
Expand Down
1 change: 1 addition & 0 deletions test/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for PIA."""

import pytest

from pia.__main__ import main
Expand Down

0 comments on commit f67625a

Please sign in to comment.