Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a67587a

Browse files
authoredDec 16, 2024··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.0 → 24.10.0](psf/black@23.12.0...24.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.8.3](astral-sh/ruff-pre-commit@v0.1.8...v0.8.3) - [github.com/ariebovenberg/slotscheck: v0.17.1 → v0.19.1](ariebovenberg/slotscheck@v0.17.1...v0.19.1) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
1 parent f0840b8 commit a67587a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@ ci:
55
style: auto fixes from pre-commit hooks
66
repos:
77
- repo: https://github.com/psf/black
8-
rev: 23.12.0
8+
rev: 24.10.0
99
hooks:
1010
- id: black
1111
name: Running black in all files.
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.1.8
14+
rev: v0.8.3
1515
hooks:
1616
- id: ruff
1717
args: [--fix, --exit-non-zero-on-fix]
1818
name: Running ruff in all files.
1919

2020
- repo: https://github.com/ariebovenberg/slotscheck
21-
rev: v0.17.1
21+
rev: v0.19.1
2222
hooks:
2323
- id: slotscheck
2424
name: Running slotscheck in all files.
2525
exclude: "^(?!mafic/)"
2626
additional_dependencies: [nextcord, aiohttp]
2727

2828
- repo: https://github.com/pre-commit/pre-commit-hooks
29-
rev: v4.5.0
29+
rev: v5.0.0
3030
hooks:
3131
- id: check-ast
3232
name: Check if python files are valid syntax for the ast parser

0 commit comments

Comments
 (0)
Please sign in to comment.