Skip to content

Commit fa82486

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.0 → 24.4.2](psf/black@23.12.0...24.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.4.7](astral-sh/ruff-pre-commit@v0.1.8...v0.4.7) - [github.com/ariebovenberg/slotscheck: v0.17.1 → v0.19.0](ariebovenberg/slotscheck@v0.17.1...v0.19.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0)
1 parent f0840b8 commit fa82486

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
@@ -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.4.2
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.4.7
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.0
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: v4.6.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)