Skip to content

Commit 7648af4

Browse files
[pre-commit.ci] pre-commit autoupdate (#95)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 23.10.1 → 24.4.2](psf/black@23.10.1...24.4.2) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.10.1](pre-commit/mirrors-mypy@v1.6.1...v1.10.1) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 548e501 commit 7648af4

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ ci:
22
autoupdate_schedule: "monthly"
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 23.10.1 # Replace by any tag/version: https://github.com/psf/black/tags
5+
rev: 24.4.2 # Replace by any tag/version: https://github.com/psf/black/tags
66
hooks:
77
- id: black
88
language_version: python3 # Should be a command that runs python3.6+
99

1010
- repo: https://github.com/pre-commit/mirrors-mypy
11-
rev: v1.6.1
11+
rev: v1.10.1
1212
hooks:
1313
- id: mypy
1414
exclude: ^docs/conf.py
@@ -19,7 +19,7 @@ repos:
1919
- id: yaq-traits-check
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.5.0
22+
rev: v4.6.0
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: no-commit-to-branch

yaqd_wright/__version__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Define version."""
22

3-
43
import pathlib
54
import subprocess
65

yaqd_wright/_wright_wl_motor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ def __init__(self, name, config, config_filepath):
1313
super().__init__(name, config, config_filepath)
1414
# Perform any unique initialization
1515

16-
def _set_position(self, position):
17-
...
16+
def _set_position(self, position): ...
1817

1918
async def update_state(self):
2019
"""Continually monitor and update the current daemon state."""

0 commit comments

Comments
 (0)