Skip to content

Commit

Permalink
autoupdate pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.13.0...v2.14.0)
- [github.com/fsfe/reuse-tool: v3.1.0a1 → v4.0.3](fsfe/reuse-tool@v3.1.0a1...v4.0.3)
- [github.com/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.0...v0.6.9)
- [github.com/pycqa/pylint: v3.2.4 → v3.3.1](pylint-dev/pylint@v3.2.4...v3.3.1)
- [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.11.2](pre-commit/mirrors-mypy@v1.10.1...v1.11.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent e7e1080 commit 1bec24a
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 @@ -7,32 +7,32 @@ ci:
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.13.0
rev: v2.14.0
hooks:
- id: pretty-format-toml
args: [--autofix]
- id: pretty-format-yaml
args: [--autofix, --indent, '2']
- repo: https://github.com/fsfe/reuse-tool
rev: v3.1.0a1
rev: v4.0.3
hooks:
- id: reuse
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.6.9
hooks:
- id: ruff
args: [--fix]
- repo: https://github.com/pycqa/pylint
rev: v3.2.4
rev: v3.3.1
hooks:
- id: pylint
additional_dependencies: [babel, tabulate, tzlocal, xdg-base-dirs, termcolor, pytest]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.10.1
rev: v1.11.2
hooks:
- id: mypy
additional_dependencies: [types-tabulate, types-tzlocal, types-termcolor]
Expand Down

0 comments on commit 1bec24a

Please sign in to comment.