diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4955f7..66ca9e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,13 +2,13 @@ ci: autoupdate_schedule: "monthly" repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.12.0 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 26.5.1 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v2.1.0 hooks: - id: mypy exclude: ^docs/conf.py diff --git a/yaqd_wright/__version__.py b/yaqd_wright/__version__.py index 1b5e8a6..95a8b06 100644 --- a/yaqd_wright/__version__.py +++ b/yaqd_wright/__version__.py @@ -3,7 +3,6 @@ import pathlib import subprocess - here = pathlib.Path(__file__).resolve().parent