Skip to content

Commit

Permalink
autoupdate pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/fsfe/reuse-tool: v4.0.3 → v5.0.2](fsfe/reuse-tool@v4.0.3...v5.0.2)
- [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.14.1](pre-commit/mirrors-mypy@v1.11.2...v1.14.1)
- [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6)
- [github.com/pycqa/pylint: v3.3.1 → v3.3.3](pylint-dev/pylint@v3.3.1...v3.3.3)
- [github.com/adamchainz/blacken-docs: 1.19.0 → 1.19.1](adamchainz/blacken-docs@1.19.0...1.19.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent bb2f4c4 commit 5dd1a4a
Showing 1 changed file with 5 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 @@ -17,23 +17,23 @@ repos:
- id: pretty-format-toml
args: [--autofix]
- repo: https://github.com/fsfe/reuse-tool
rev: v4.0.3
rev: v5.0.2
hooks:
- id: reuse
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies: [numpy]
files: src/i3astropy
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
rev: v0.8.6
hooks:
- id: ruff
args: [--fix, --show-fixes]
- id: ruff-format
- repo: https://github.com/pycqa/pylint
rev: v3.3.1
rev: v3.3.3
hooks:
- id: pylint
- repo: https://github.com/codespell-project/codespell
Expand All @@ -42,7 +42,7 @@ repos:
- id: codespell
args: [-L, livetime]
- repo: https://github.com/adamchainz/blacken-docs
rev: "1.19.0"
rev: "1.19.1"
hooks:
- id: blacken-docs
- repo: https://github.com/pre-commit/pygrep-hooks
Expand Down

0 comments on commit 5dd1a4a

Please sign in to comment.