diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be4df5c1..bb701045 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,27 +14,27 @@ repos: - id: mixed-line-ending - repo: https://github.com/PyCQA/isort - rev: 6.1.0 + rev: 7.0.0 hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.9.0 + rev: 25.11.0 hooks: - id: black - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.7.0 + rev: v2.11.1 hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.3 + rev: v0.14.7 hooks: - id: ruff - repo: https://github.com/mgedmin/check-manifest - rev: "0.50" + rev: "0.51" hooks: - id: check-manifest args: [--no-build-isolation] diff --git a/setup.py b/setup.py index 68945e4d..c05aac5f 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ #!/usr/bin/env python """Script to build wheel.""" + from __future__ import annotations import os