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 fa49ca9 commit 788bb1cCopy full SHA for 788bb1c
.pre-commit-config.yaml
@@ -4,21 +4,21 @@
4
5
repos:
6
- repo: https://github.com/python/black
7
- rev: 22.3.0
+ rev: 23.1.0
8
hooks:
9
- id: black
10
- repo: https://github.com/fsfe/reuse-tool
11
- rev: v0.14.0
+ rev: v1.1.0
12
13
- id: reuse
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.2.0
+ rev: v4.4.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.11.1
+ rev: v2.16.0
22
23
- id: pylint
24
name: pylint (library code)
0 commit comments