We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53c53a0 + f2a7ca4 commit f3e0bc8Copy full SHA for f3e0bc8
1 file changed
.pre-commit-config.yaml
@@ -4,7 +4,7 @@
4
5
repos:
6
- repo: https://github.com/psf/black
7
- rev: 24.3.0
+ rev: 24.4.2
8
hooks:
9
- id: black
10
- repo: https://github.com/fsfe/reuse-tool
@@ -18,7 +18,7 @@ repos:
18
- id: end-of-file-fixer
19
- id: trailing-whitespace
20
- repo: https://github.com/pycqa/pylint
21
- rev: v3.1.0
+ rev: v3.2.2
22
23
- id: pylint
24
name: lint (examples)
0 commit comments