Skip to content

Commit

Permalink
chore(deps): bump pre-commit linter versions
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/PyCQA/pylint: v3.2.7 → v3.3.1](pylint-dev/pylint@v3.2.7...v3.3.1)
- [github.com/asottile/pyupgrade: v3.16.0 → v3.19.0](asottile/pyupgrade@v3.16.0...v3.19.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 29, 2024
1 parent e738eb8 commit 03d78ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
Expand Down Expand Up @@ -36,7 +36,7 @@ repos:
- id: name-tests-test
- id: requirements-txt-fixer
- repo: https://github.com/PyCQA/pylint
rev: v3.2.7
rev: v3.3.1
hooks:
# TODO: re-enable pylint-import-modules when it supports pylint v3
- id: pylint
Expand Down Expand Up @@ -70,7 +70,7 @@ repos:
- id: reorder-python-imports
args: [--py38-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.19.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down

0 comments on commit 03d78ad

Please sign in to comment.