Skip to content

Commit b6c619a

Browse files
pre-commit-ci[bot]Qalthos
authored andcommitted
chore: pre-commit autoupdate
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/tox-dev/tox-ini-fmt: 1.3.1 → 1.4.1](tox-dev/tox-ini-fmt@1.3.1...1.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.6.9](astral-sh/ruff-pre-commit@v0.6.3...v0.6.9) - [github.com/jsh9/pydoclint: 0.5.6 → 0.5.9](jsh9/pydoclint@0.5.6...0.5.9) - [github.com/pycqa/pylint.git: v3.2.7 → v3.3.1](https://github.com/pycqa/pylint.git/compare/v3.2.7...v3.3.1)
1 parent 68b0b6d commit b6c619a

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
@@ -7,7 +7,7 @@ ci:
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: check-added-large-files
1313
- id: check-merge-conflict
@@ -54,12 +54,12 @@ repos:
5454
- id: toml-sort-fix
5555

5656
- repo: https://github.com/tox-dev/tox-ini-fmt
57-
rev: 1.3.1
57+
rev: 1.4.1
5858
hooks:
5959
- id: tox-ini-fmt
6060

6161
- repo: https://github.com/astral-sh/ruff-pre-commit
62-
rev: v0.6.3
62+
rev: v0.6.9
6363
hooks:
6464
- id: ruff
6565
args:
@@ -72,15 +72,15 @@ repos:
7272
name: Spell check with cspell
7373

7474
- repo: https://github.com/jsh9/pydoclint
75-
rev: "0.5.6"
75+
rev: "0.5.9"
7676
hooks:
7777
- id: pydoclint
7878
# This allows automatic reduction of the baseline file when needed.
7979
entry: sh -ec "pydoclint . && pydoclint --generate-baseline=1 ."
8080
pass_filenames: false
8181

8282
- repo: https://github.com/pycqa/pylint.git
83-
rev: v3.2.7
83+
rev: v3.3.1
8484
hooks:
8585
- id: pylint
8686
args:

0 commit comments

Comments
 (0)