Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.7.0](astral-sh/ruff-pre-commit@v0.4.4...v0.7.0)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.12.1](pre-commit/mirrors-mypy@v1.10.0...v1.12.1)
- [github.com/PyCQA/pylint: v3.1.0 → v3.3.1](pylint-dev/pylint@v3.1.0...v3.3.1)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/tox-dev/pyproject-fmt: 2.0.4 → 2.4.3](tox-dev/pyproject-fmt@2.0.4...2.4.3)
- [github.com/henryiii/check-sdist: v1.0.0rc2 → v1.2.0](henryiii/check-sdist@v1.0.0rc2...v1.2.0)
- [github.com/pdm-project/pdm: 2.15.2 → 2.19.3](pdm-project/pdm@2.15.2...2.19.3)
  • Loading branch information
pre-commit-ci[bot] authored Oct 21, 2024
1 parent 9bd2698 commit b7b5909
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.6.0"
rev: "v5.0.0"
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -17,14 +17,14 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.4"
rev: "v0.7.0"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
- id: ruff-format

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.0"
rev: "v1.12.1"
hooks:
- id: mypy
files: ^src/hypernewsviewer/model/
Expand All @@ -39,7 +39,7 @@ repos:
- types-werkzeug

- repo: https://github.com/PyCQA/pylint
rev: "v3.1.0"
rev: "v3.3.1"
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -51,7 +51,7 @@ repos:
- rich

- repo: https://github.com/codespell-project/codespell
rev: "v2.2.6"
rev: "v2.3.0"
hooks:
- id: codespell
args: ["-Lslac", "-w"]
Expand All @@ -73,19 +73,19 @@ repos:
additional_dependencies: [js-beautify]

- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.0.4"
rev: "2.4.3"
hooks:
- id: pyproject-fmt

- repo: https://github.com/henryiii/check-sdist
rev: v1.0.0rc2
rev: v1.2.0
hooks:
- id: check-sdist
args: [--inject-junk]
additional_dependencies: [hatchling]

- repo: https://github.com/pdm-project/pdm
rev: 2.15.2
rev: 2.19.3
hooks:
- id: pdm-export
args: [-o, requirements.txt, -Gdeploy]
Expand Down

0 comments on commit b7b5909

Please sign in to comment.