We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5878a74 commit d4b2c50Copy full SHA for d4b2c50
1 file changed
.pre-commit-config.yaml
@@ -3,10 +3,6 @@
3
# SPDX-License-Identifier: Unlicense
4
5
repos:
6
-- repo: https://github.com/python/black
7
- rev: 20.8b1
8
- hooks:
9
- - id: black
10
- repo: https://github.com/fsfe/reuse-tool
11
rev: v0.12.1
12
hooks:
@@ -19,11 +15,6 @@ repos:
19
15
- id: trailing-whitespace
20
16
- repo: https://github.com/pycqa/pylint
21
17
rev: pylint-2.7.1
22
23
- - id: pylint
24
- name: pylint (library code)
25
- types: [python]
26
- exclude: "^(docs/|examples/|tests/|setup.py$)"
27
18
- repo: local
28
29
- id: pylint_examples
0 commit comments