Skip to content

Commit

Permalink
🔧 chore (deps): pre-commit auto update dependencies
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/asottile/pyupgrade: v3.16.0 → v3.19.0](asottile/pyupgrade@v3.16.0...v3.19.0)
- [github.com/pylint-dev/pylint: v3.2.5 → v3.3.2](pylint-dev/pylint@v3.2.5...v3.3.2)
- [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.8.2](astral-sh/ruff-pre-commit@v0.5.1...v0.8.2)
- [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.3...3.0.3)
  • Loading branch information
pre-commit-ci[bot] authored Dec 9, 2024
1 parent 12b433c commit 9e59ccb
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 @@ -8,7 +8,7 @@ exclude: ^(src/utils/update.py)

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
# - id: check-added-large-files
- id: check-case-conflict
Expand Down Expand Up @@ -36,12 +36,12 @@ repos:
# - id: setup-cfg-fmt

- repo: https://github.com/asottile/pyupgrade
rev: v3.16.0
rev: v3.19.0
hooks:
- id: pyupgrade

- repo: https://github.com/pylint-dev/pylint
rev: v3.2.5
rev: v3.3.2
hooks:
- id: pylint
types: [python]
Expand All @@ -62,7 +62,7 @@ repos:
- id: yesqa

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.1
rev: v0.8.2
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -79,7 +79,7 @@ repos:
exclude: "config-sample.yml"

- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"
rev: "3.0.3"
hooks:
- id: editorconfig-checker
exclude: "^(docs/README.md)"

0 comments on commit 9e59ccb

Please sign in to comment.