Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit b0bc429

Browse files
🔧 chore (deps): pre-commit auto update dependencies
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.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [github.com/pylint-dev/pylint: v3.2.5 → v3.3.3](pylint-dev/pylint@v3.2.5...v3.3.3) - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.8.4](astral-sh/ruff-pre-commit@v0.5.1...v0.8.4) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.0.3](editorconfig-checker/editorconfig-checker.python@2.7.3...3.0.3)
1 parent 12b433c commit b0bc429

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude: ^(src/utils/update.py)
88

99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
# - id: check-added-large-files
1414
- id: check-case-conflict
@@ -36,12 +36,12 @@ repos:
3636
# - id: setup-cfg-fmt
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.16.0
39+
rev: v3.19.1
4040
hooks:
4141
- id: pyupgrade
4242

4343
- repo: https://github.com/pylint-dev/pylint
44-
rev: v3.2.5
44+
rev: v3.3.3
4545
hooks:
4646
- id: pylint
4747
types: [python]
@@ -62,7 +62,7 @@ repos:
6262
- id: yesqa
6363

6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.5.1
65+
rev: v0.8.4
6666
hooks:
6767
- id: ruff
6868
- id: ruff-format
@@ -79,7 +79,7 @@ repos:
7979
exclude: "config-sample.yml"
8080

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

0 commit comments

Comments
 (0)