Skip to content

Commit

Permalink
Merge pull request #222 from ap--/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
ap-- committed Nov 25, 2023
2 parents 5b3079e + b588ee5 commit fc107d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: '23.10.1'
rev: '23.11.0'
hooks:
- id: black
language_version: python3
Expand All @@ -28,7 +28,7 @@ repos:
language_version: python3
exclude: "^(build|docs|tests|setup.py)"
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.6.1'
rev: 'v1.7.0'
hooks:
- id: mypy
additional_dependencies: [numpy<1.25, pyusb>=1.0]
Expand Down
2 changes: 1 addition & 1 deletion src/seabreeze/pyseabreeze/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def _check_incoming_message_header(
bytes_remaining = data[10]

if _raw:
return data # type: ignore
return data # in raw mode returns the full data tuple...

return bytes_remaining, checksum_type

Expand Down

0 comments on commit fc107d3

Please sign in to comment.