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 0823a84 commit f7ab3ddCopy full SHA for f7ab3dd
.pre-commit-config.yaml
@@ -4,21 +4,24 @@
4
5
repos:
6
- repo: https://github.com/python/black
7
- rev: 23.3.0
+ rev: 24.10.0
8
hooks:
9
- id: black
10
- repo: https://github.com/fsfe/reuse-tool
11
- rev: v1.1.2
+ rev: v4.0.3
12
13
- id: reuse
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.4.0
+ rev: v5.0.0
16
17
- id: check-yaml
18
- id: end-of-file-fixer
19
- id: trailing-whitespace
20
+ - id: mixed-line-ending
21
+ args:
22
+ - --fix=lf
23
- repo: https://github.com/pycqa/pylint
- rev: v2.17.4
24
+ rev: v3.3.1
25
26
- id: pylint
27
name: pylint (library code)
0 commit comments