Skip to content

Commit

Permalink
chore: update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.6.3](astral-sh/ruff-pre-commit@v0.4.4...v0.6.3)
- [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.11.2](pre-commit/mirrors-mypy@v1.10.0...v1.11.2)
- [github.com/PyCQA/pylint: v3.1.0 → v3.2.7](pylint-dev/pylint@v3.1.0...v3.2.7)
- [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.2.1](tox-dev/pyproject-fmt@2.0.4...2.2.1)
- [github.com/pdm-project/pdm: 2.15.2 → 2.18.1](pdm-project/pdm@2.15.2...2.18.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 2, 2024
1 parent 9bd2698 commit 38da564
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ repos:
- id: trailing-whitespace

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.10.0"
rev: "v1.11.2"
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.2.7"
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,7 +73,7 @@ repos:
additional_dependencies: [js-beautify]

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

Expand All @@ -85,7 +85,7 @@ repos:
additional_dependencies: [hatchling]

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

0 comments on commit 38da564

Please sign in to comment.