Skip to content

Commit

Permalink
ci(deps-dev): pre-commit autoupdate (#303)
Browse files Browse the repository at this point in the history
* ci(deps-dev): 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/pre-commit/pre-commit: v3.6.0 → v3.7.0](pre-commit/pre-commit@v3.6.0...v3.7.0)
- [github.com/python-jsonschema/check-jsonschema: 0.27.4 → 0.28.1](python-jsonschema/check-jsonschema@0.27.4...0.28.1)

* [pre-commit.ci] auto fixes

---------

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 1, 2024
1 parent 03d45eb commit 7b879f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.0"
rev: "v0.3.5"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
- id: ruff-format

- repo: https://github.com/pre-commit/pre-commit
rev: v3.6.0
rev: v3.7.0
hooks:
- id: validate_manifest

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.4
rev: 0.28.1
hooks:
- id: check-dependabot
- id: check-github-workflows
1 change: 1 addition & 0 deletions tap_readthedocs/streams.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Stream type classes for tap-readthedocs."""

from __future__ import annotations

import logging
Expand Down
1 change: 1 addition & 0 deletions tap_readthedocs/tap.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""ReadTheDocs tap class."""

from __future__ import annotations

import typing as t
Expand Down

0 comments on commit 7b879f1

Please sign in to comment.