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
  • Loading branch information
pre-commit-ci[bot] committed Feb 27, 2025
1 parent ef34b32 commit 082b819
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from wemake_python_styleguide.compat.constants import PY313

if not PY313: # pragma: no cover
pytest.skip("These tests use python 3.13+ features.")
pytest.skip('These tests use python 3.13+ features.')

from wemake_python_styleguide.violations.best_practices import (
SneakyTypeVarWithDefaultViolation,
Expand Down

0 comments on commit 082b819

Please sign in to comment.