Skip to content

Commit 170ebb3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.7](astral-sh/ruff-pre-commit@v0.0.292...v0.1.7) - [github.com/ariebovenberg/slotscheck: v0.17.0 → v0.17.1](ariebovenberg/slotscheck@v0.17.0...v0.17.1)
1 parent 0c3b50f commit 170ebb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.9.1
8+
rev: 23.11.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.0.292
14+
rev: v0.1.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.0
21+
rev: v0.17.1
2222
hooks:
2323
- id: slotscheck
2424
name: Running slotscheck in all files.

0 commit comments

Comments
 (0)