Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/psf/black: 23.3.0 → 25.1.0](psf/black@23.3.0...25.1.0)
- [github.com/PyCQA/isort: 5.13.0 → 6.0.0](PyCQA/isort@5.13.0...6.0.0)
- [github.com/PyCQA/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1)
- [github.com/PyCQA/bandit: 1.7.6 → 1.8.2](PyCQA/bandit@1.7.6...1.8.2)
- [github.com/PyCQA/pylint: v3.0.1 → v3.3.4](pylint-dev/pylint@v3.0.1...v3.3.4)
- [github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.14.1](pre-commit/mirrors-mypy@v1.7.1...v1.14.1)
- [github.com/jendrikseipp/vulture: v2.10 → v2.14](jendrikseipp/vulture@v2.10...v2.14)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.11.0 → v2.14.0](macisamuele/language-formatters-pre-commit-hooks@v2.11.0...v2.14.0)
- [github.com/errata-ai/vale: v3.3.1 → v3.9.4](errata-ai/vale@v3.3.1...v3.9.4)
  • Loading branch information
pre-commit-ci[bot] authored Feb 3, 2025
1 parent aeb81d8 commit 4f1bfb4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -20,23 +20,23 @@ repos:
exclude: licenses\.json
- id: check-toml
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 25.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/isort
rev: 5.13.0
rev: 6.0.0
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.1.1
hooks:
- id: flake8
- repo: https://github.com/PyCQA/bandit
rev: 1.7.6
rev: 1.8.2
hooks:
- id: bandit
- repo: https://github.com/PyCQA/pylint
rev: v3.0.1
rev: v3.3.4
hooks:
- id: pylint
additional_dependencies:
Expand All @@ -57,7 +57,7 @@ repos:
additional_dependencies:
- toml
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.14.1
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -78,11 +78,11 @@ repos:
hooks:
- id: yesqa
- repo: https://github.com/jendrikseipp/vulture
rev: v2.10
rev: v2.14
hooks:
- id: vulture
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.11.0
rev: v2.14.0
hooks:
- id: pretty-format-toml
args: [--autofix]
Expand All @@ -94,7 +94,7 @@ repos:
args:
- --detailed
- repo: https://github.com/errata-ai/vale
rev: v3.3.1
rev: v3.9.4
hooks:
- id: vale
exclude: '^(styles/|LICENSE$)'
Expand Down

0 comments on commit 4f1bfb4

Please sign in to comment.