Skip to content

Commit

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

updates:
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.263 → v0.2.0](astral-sh/ruff-pre-commit@v0.0.263...v0.2.0)
- [github.com/psf/black: 23.3.0 → 24.1.1](psf/black@23.3.0...24.1.1)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.8.0](pre-commit/mirrors-mypy@v1.2.0...v1.8.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>
Co-authored-by: Grzegorz Bokota <bokota+github@gmail.com>
  • Loading branch information
pre-commit-ci[bot] and Czaki authored Feb 6, 2024
1 parent a3788c6 commit 100f388
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ ci:
default_language_version:
python: python3.8
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.263
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
hooks:
- id: ruff
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.1.1
hooks:
- id: black
pass_filenames: true
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-json
- id: check-yaml
Expand All @@ -29,6 +29,6 @@ repos:
- id: rst-backticks

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.2.0' # Use the sha / tag you want to point at
rev: 'v1.8.0' # Use the sha / tag you want to point at
hooks:
- id: mypy
1 change: 1 addition & 0 deletions src/local_migrator/_class_register.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
This module contains utility for registration migration information for class.
"""

import importlib
import inspect
import warnings
Expand Down

0 comments on commit 100f388

Please sign in to comment.