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 4f68f73 commit e1b98dcCopy full SHA for e1b98dc
.pre-commit-config.yaml
@@ -4,21 +4,21 @@
4
5
repos:
6
- repo: https://github.com/python/black
7
- rev: 23.3.0
+ rev: 23.10.1
8
hooks:
9
- id: black
10
- repo: https://github.com/fsfe/reuse-tool
11
- rev: v1.1.2
+ rev: v2.1.0
12
13
- id: reuse
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.4.0
+ rev: v4.5.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: v2.17.4
+ rev: v3.0.1
22
23
- id: pylint
24
name: pylint (library code)
0 commit comments