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/asottile/pyupgrade.git: v3.17.0 → v3.19.1](https://github.com/asottile/pyupgrade.git/compare/v3.17.0...v3.19.1)
- [github.com/python-jsonschema/check-jsonschema.git: 0.29.3 → 0.30.0](https://github.com/python-jsonschema/check-jsonschema.git/compare/0.29.3...0.30.0)
- [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.1 → v3.3.3](https://github.com/PyCQA/pylint.git/compare/v3.3.1...v3.3.3)
  • Loading branch information
pre-commit-ci[bot] authored Jan 6, 2025
1 parent d76326b commit 4a23220
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 @@ -38,7 +38,7 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/asottile/pyupgrade.git
rev: v3.17.0
rev: v3.19.1
hooks:
- id: pyupgrade
args:
Expand Down Expand Up @@ -76,7 +76,7 @@ repos:
- id: remove-tabs

- repo: https://github.com/python-jsonschema/check-jsonschema.git
rev: 0.29.3
rev: 0.30.0
hooks:
- id: check-github-workflows
files: ^\.github/workflows/[^/]+$
Expand Down Expand Up @@ -186,7 +186,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 @@ -250,7 +250,7 @@ repos:
pass_filenames: false

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

0 comments on commit 4a23220

Please sign in to comment.