Skip to content

Commit d4b2c50

Browse files
authored
Removing pylint from library files and disabling black
1 parent 5878a74 commit d4b2c50

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
# SPDX-License-Identifier: Unlicense
44

55
repos:
6-
- repo: https://github.com/python/black
7-
rev: 20.8b1
8-
hooks:
9-
- id: black
106
- repo: https://github.com/fsfe/reuse-tool
117
rev: v0.12.1
128
hooks:
@@ -19,11 +15,6 @@ repos:
1915
- id: trailing-whitespace
2016
- repo: https://github.com/pycqa/pylint
2117
rev: pylint-2.7.1
22-
hooks:
23-
- id: pylint
24-
name: pylint (library code)
25-
types: [python]
26-
exclude: "^(docs/|examples/|tests/|setup.py$)"
2718
- repo: local
2819
hooks:
2920
- id: pylint_examples

0 commit comments

Comments
 (0)