Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 3cbc9db

Browse files
chore: auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 627e83c commit 3cbc9db

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/pia/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""PIA - Package Installer for Ansible."""
2+
23
try:
34
from pia._version import version as __version__
45
except ImportError: # pragma: no branch

src/pia/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""PIA command line."""
2+
23
from __future__ import annotations
34

45
import argparse

src/pia/proc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Module to work with processes."""
2+
23
from __future__ import annotations
34

45
import json

test/test_cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for PIA."""
2+
23
import pytest
34

45
from pia.__main__ import main

0 commit comments

Comments
 (0)