Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.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: v1.20.2
hooks:
- id: mypy
exclude: ^docs/conf.py
Expand Down
1 change: 0 additions & 1 deletion yaqd_wright/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import pathlib
import subprocess


here = pathlib.Path(__file__).resolve().parent


Expand Down
Loading