We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d84a97b + c81ed88 commit 9cd33ddCopy full SHA for 9cd33dd
1 file changed
.pre-commit-config.yaml
@@ -4,21 +4,21 @@
4
5
repos:
6
- repo: https://github.com/psf/black
7
- rev: 24.8.0
+ rev: 24.10.0
8
hooks:
9
- id: black
10
- repo: https://github.com/fsfe/reuse-tool
11
rev: v4.0.3
12
13
- id: reuse
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.6.0
+ rev: v5.0.0
16
17
- id: check-yaml
18
- id: end-of-file-fixer
19
- id: trailing-whitespace
20
- repo: https://github.com/pycqa/pylint
21
- rev: v3.3.0
+ rev: v3.3.1
22
23
- id: pylint
24
name: lint (examples)
0 commit comments