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/python-jsonschema/check-jsonschema.git: 0.28.6 → 0.30.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.28.6...0.30.0)
- [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0)
- [github.com/PyCQA/flake8.git: 7.1.0 → 7.1.1](https://github.com/PyCQA/flake8.git/compare/7.1.0...7.1.1)
- [github.com/pre-commit/mirrors-mypy.git: v1.11.2 → v1.14.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v1.11.2...v1.14.1)
- [github.com/PyCQA/pylint.git: v3.3.2 → v3.3.3](https://github.com/PyCQA/pylint.git/compare/v3.3.2...v3.3.3)
  • Loading branch information
pre-commit-ci[bot] authored Jan 7, 2025
1 parent 7f57120 commit b7f0a4a
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 @@ -68,7 +68,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.28.6
rev: 0.30.0
hooks:
- id: check-github-workflows
files: ^\.github/workflows/[^/]+$
Expand Down Expand Up @@ -105,7 +105,7 @@ repos:
- id: rst-backticks

- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.6.0
rev: v5.0.0
hooks:
# Side-effects:
- id: trailing-whitespace
Expand Down Expand Up @@ -177,7 +177,7 @@ repos:
- id: shellcheck

- repo: https://github.com/PyCQA/flake8.git
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -188,7 +188,7 @@ repos:
language_version: python3

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v1.11.2
rev: v1.14.1
hooks:
- id: mypy
alias: mypy-py313
Expand Down Expand Up @@ -246,7 +246,7 @@ repos:
pass_filenames: false

- repo: https://github.com/PyCQA/pylint.git
rev: v3.3.2
rev: v3.3.3
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit b7f0a4a

Please sign in to comment.