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/astral-sh/ruff-pre-commit: v0.7.1 → v0.8.6](astral-sh/ruff-pre-commit@v0.7.1...v0.8.6)
- [github.com/pycqa/pylint: v3.3.1 → v3.3.3](pylint-dev/pylint@v3.3.1...v3.3.3)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent 025c4aa commit c7fbf38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ repos:
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
- repo: https://github.com/fsfe/reuse-tool
rev: v4.0.3
rev: v5.0.2
hooks:
- id: reuse
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.6
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/pycqa/pylint
rev: v3.3.1
rev: v3.3.3
hooks:
- id: pylint
additional_dependencies: [babel, tabulate, tzlocal, xdg-base-dirs, termcolor, pytest]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies: [types-tabulate, types-tzlocal, types-termcolor]
Expand Down

0 comments on commit c7fbf38

Please sign in to comment.