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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ ci:
autoupdate_schedule: 'monthly'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: check-toml
- id: no-commit-to-branch
args: [-b, main]

- repo: https://github.com/psf/black
rev: 23.10.1
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.11.0
hooks:
- id: black
name: black
Expand All @@ -19,7 +19,7 @@ repos:
types: [python]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.6.1
rev: v1.19.0
hooks:
- id: mypy
exclude: ^docs/conf.py
Expand Down
1 change: 0 additions & 1 deletion yaqc_qtpy/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Define version."""


import pathlib
import subprocess

Expand Down
1 change: 0 additions & 1 deletion yaqc_qtpy/_main_window.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Main window."""


import sys
import functools
import pathlib
Expand Down
1 change: 0 additions & 1 deletion yaqc_qtpy/_qproperty.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Class representing single property, see YEP-111."""


from qtpy import QtCore


Expand Down