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 29, 2024
1 parent 7e16c2f commit 47cd2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tox_ansible/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from dataclasses import asdict, dataclass, field
from pathlib import Path
from typing import TYPE_CHECKING, List, TypeVar
from typing import TYPE_CHECKING, TypeVar

import yaml

Expand Down Expand Up @@ -62,7 +62,7 @@ def register_config(self: T) -> None:
"""Register the ansible configuration."""
self.add_config(
"skip",
of_type=List[str],
of_type=list[str],
default=[],
desc="ansible configuration",
)
Expand Down

0 comments on commit 47cd2dd

Please # to comment.