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 1e221fa

Browse files
authoredFeb 19, 2024··
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.0 → 24.2.0](psf/black@23.12.0...24.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.2.2](astral-sh/ruff-pre-commit@v0.1.8...v0.2.2) - [github.com/ariebovenberg/slotscheck: v0.17.1 → v0.17.3](ariebovenberg/slotscheck@v0.17.1...v0.17.3)
1 parent f0840b8 commit 1e221fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ 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.2.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.2.2
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.17.3
2222
hooks:
2323
- id: slotscheck
2424
name: Running slotscheck in all files.

0 commit comments

Comments
 (0)
Please sign in to comment.