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 15, 2024
1 parent 23348ec commit bbd2b59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_vox.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Vox tests"""

import io
import os
import pathlib
Expand Down
1 change: 1 addition & 0 deletions xontrib/autovox.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

Developers should look at XSH.builtins.events.autovox_policy
"""

import itertools
import warnings
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions xontrib/vox.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Python virtual environment manager for xonsh."""

import os.path
import subprocess
import tempfile
Expand Down
1 change: 1 addition & 0 deletions xontrib/voxapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* ``vox_on_deactivate(env: str, path: pathlib.Path) -> None``
* ``vox_on_delete(env: str) -> None``
"""

import collections.abc
import logging
import os
Expand Down

0 comments on commit bbd2b59

Please sign in to comment.