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

Commit 10783ea

Browse files
🔧 chore (deps): pre-commit auto update dependencies
updates: - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](asottile/pyupgrade@v3.16.0...v3.17.0) - [github.com/pylint-dev/pylint: v3.2.5 → v3.2.6](pylint-dev/pylint@v3.2.5...v3.2.6) - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.6.2](astral-sh/ruff-pre-commit@v0.5.1...v0.6.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)
1 parent 5f2f28f commit 10783ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.17.0
4040
hooks:
4141
- id: pyupgrade
4242

4343
- repo: https://github.com/pylint-dev/pylint
44-
rev: v3.2.5
44+
rev: v3.2.6
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.6.2
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)