Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
- https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
- [github.com/asottile/reorder-python-imports: v3.9.0 → v3.14.0](asottile/reorder-python-imports@v3.9.0...v3.14.0)
- [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.7.0](asottile/setup-cfg-fmt@v2.2.0...v2.7.0)
- [github.com/psf/black: 23.1.0 → 24.10.0](psf/black@23.1.0...24.10.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.241 → v0.7.0](astral-sh/ruff-pre-commit@v0.0.241...v0.7.0)
- [github.com/dosisod/refurb: v1.10.0 → v2.0.0](dosisod/refurb@v1.10.0...v2.0.0)
- [github.com/econchick/interrogate: 1.5.0 → 1.7.0](econchick/interrogate@1.5.0...1.7.0)
- [github.com/executablebooks/mdformat: 0.7.16 → 0.7.18](hukkin/mdformat@0.7.16...0.7.18)
- [github.com/executablebooks/mdformat: 0.7.16 → 0.7.18](hukkin/mdformat@0.7.16...0.7.18)
- [github.com/codespell-project/codespell: v2.2.2 → v2.3.0](codespell-project/codespell@v2.2.2...v2.3.0)
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.12.1](pre-commit/mirrors-mypy@v0.991...v1.12.1)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent 5119db0 commit b218bf8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude: |
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v5.0.0
hooks:
- id: check-added-large-files
args: ['--maxkb=25']
Expand Down Expand Up @@ -34,42 +34,42 @@ repos:
- id: python-no-log-warn
- id: python-use-type-annotations
- id: text-unicode-replacement-char
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.14.0
hooks:
- id: reorder-python-imports
args: [--py37-plus, --add-import, 'from __future__ import annotations']
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.2.0
rev: v2.7.0
hooks:
- id: setup-cfg-fmt
exclude: |
(?x)^(
{{cookiecutter.package_name}}/setup.cfg
)$
- repo: https://github.com/psf/black
rev: 23.1.0
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.241
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.0
hooks:
- id: ruff
args: [hooks, tests]
pass_filenames: false
- repo: https://github.com/dosisod/refurb
rev: v1.10.0
rev: v2.0.0
hooks:
- id: refurb
args: [--ignore, FURB126]
exclude: ({{cookiecutter.package_name}})
- repo: https://github.com/econchick/interrogate
rev: 1.5.0
rev: 1.7.0
hooks:
- id: interrogate
args: [-v, --fail-under=40]
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
rev: 0.7.18
hooks:
- id: mdformat
additional_dependencies: [
Expand All @@ -83,7 +83,7 @@ repos:
{{cookiecutter.package_name}}/README.md
)$
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.16
rev: 0.7.18
hooks:
- id: mdformat
additional_dependencies: [
Expand All @@ -98,12 +98,12 @@ repos:
# path/to/file.py
# )$
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.3.0
hooks:
- id: codespell
additional_dependencies: [tomli]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.991'
rev: 'v1.12.1'
hooks:
- id: mypy
args: [
Expand Down

0 comments on commit b218bf8

Please sign in to comment.