Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#33)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.3.5](astral-sh/ruff-pre-commit@v0.2.0...v0.3.5)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.13.0](macisamuele/language-formatters-pre-commit-hooks@v2.12.0...v2.13.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>
  • Loading branch information
pre-commit-ci[bot] authored Apr 2, 2024
1 parent 2a2d690 commit 4a81ffc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
- mdformat-config
# ----- Python formatting -----
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.3.5
hooks:
# Run ruff linter.
- id: ruff
Expand All @@ -38,7 +38,7 @@ repos:
- id: ruff-format
# ----- repo maintenance -----
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0
rev: v2.13.0
hooks:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
Expand Down
1 change: 1 addition & 0 deletions pytcs/helpers.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""General helper and utility functions."""

from datetime import datetime, timezone
from typing import Union

Expand Down
1 change: 1 addition & 0 deletions pytcs/pytcs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""pytcs - Python API for reading TwinCAT Scope Files."""

from __future__ import annotations

import gzip
Expand Down

0 comments on commit 4a81ffc

Please sign in to comment.