We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ooliver1
Learn more about funding links in repositories.
Report abuse
1 parent f0840b8 commit 1e221faCopy full SHA for 1e221fa
.pre-commit-config.yaml
@@ -5,20 +5,20 @@ ci:
5
style: auto fixes from pre-commit hooks
6
repos:
7
- repo: https://github.com/psf/black
8
- rev: 23.12.0
+ rev: 24.2.0
9
hooks:
10
- id: black
11
name: Running black in all files.
12
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.1.8
+ rev: v0.2.2
15
16
- id: ruff
17
args: [--fix, --exit-non-zero-on-fix]
18
name: Running ruff in all files.
19
20
- repo: https://github.com/ariebovenberg/slotscheck
21
- rev: v0.17.1
+ rev: v0.17.3
22
23
- id: slotscheck
24
name: Running slotscheck in all files.
0 commit comments