Skip to content

Commit 9f657a3

Browse files
committed
chore(infra): bump dependencies
1 parent 37fc816 commit 9f657a3

File tree

3 files changed

+235
-242
lines changed

3 files changed

+235
-242
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33
default_install_hook_types: [commit-msg, pre-commit]
44
repos:
55
- repo: https://github.com/compilerla/conventional-pre-commit
6-
rev: v2.4.0
6+
rev: v3.1.0
77
hooks:
88
- id: conventional-pre-commit
99
stages: [commit-msg]
@@ -18,13 +18,13 @@ repos:
1818
- id: mixed-line-ending
1919
- id: trailing-whitespace
2020
- repo: https://github.com/charliermarsh/ruff-pre-commit
21-
rev: "v0.1.4"
21+
rev: "v0.2.2"
2222
hooks:
2323
- id: ruff
2424
args: ["--fix"]
2525
- id: ruff-format
2626
- repo: https://github.com/sourcery-ai/sourcery
27-
rev: v1.14.0
27+
rev: v1.15.1b41
2828
hooks:
2929
- id: sourcery
3030
args: [--diff=git diff HEAD, --no-summary]
@@ -43,7 +43,7 @@ repos:
4343
hooks:
4444
- id: blacken-docs
4545
- repo: https://github.com/pre-commit/mirrors-prettier
46-
rev: "v3.0.3"
46+
rev: "v4.0.0-alpha.8"
4747
hooks:
4848
- id: prettier
4949
exclude: "_templates|.git"
@@ -53,7 +53,7 @@ repos:
5353
# - id: curlylint
5454
# args: ["--format", "stylish"]
5555
- repo: https://github.com/python-formate/flake8-dunder-all
56-
rev: v0.3.0
56+
rev: v0.3.1
5757
hooks:
5858
- id: ensure-dunder-all
5959
exclude: "test*|examples*|tools"
@@ -88,7 +88,7 @@ repos:
8888
# discord-py,
8989
# ]
9090
- repo: https://github.com/RobertCraigie/pyright-python
91-
rev: v1.1.334
91+
rev: v1.1.351
9292
hooks:
9393
- id: pyright
9494
additional_dependencies:
@@ -144,6 +144,6 @@ repos:
144144
discord-py,
145145
]
146146
- repo: https://github.com/sphinx-contrib/sphinx-lint
147-
rev: "v0.8.1"
147+
rev: "v0.9.1"
148148
hooks:
149149
- id: sphinx-lint

0 commit comments

Comments
 (0)