We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7229004 commit cdaa10dCopy full SHA for cdaa10d
.pre-commit-config.yaml
@@ -2,15 +2,15 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v3.4.0
+ rev: v5.0.0
6
hooks:
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
- repo: https://github.com/psf/black
10
- rev: 22.3.0
+ rev: 24.10.0
11
12
- id: black
13
- repo: https://github.com/PyCQA/pylint
14
- rev: v2.15.8
+ rev: v3.3.3
15
16
- id: pylint
0 commit comments