Skip to content

Commit f52c9e1

Browse files
committed
Fix pylint integration
1 parent 7b17ca8 commit f52c9e1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ repos:
3030
require_serial: true
3131
files: ^src/
3232

33+
# --- Pylint for CI
34+
- repo: https://github.com/PyCQA/pylint
35+
rev: v3.2.7
36+
hooks:
37+
- id: pylint
38+
name: pylint (CI)
39+
args:
40+
- --rcfile=pyproject.toml
41+
- -j
42+
- "0"
43+
files: ^src/
3344

3445
# MyPy: Typprüfung
3546
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)