Skip to content

Commit 03d94fc

Browse files
author
michalslowikowski00
committed
Add pylint to pre-commit
pylint wip wip, pylint
1 parent 6959f3c commit 03d94fc

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.pre-commit-config.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,10 @@ repos:
7474
- id: black
7575
name: Black
7676
types: [python]
77+
- repo: https://github.com/pre-commit/mirrors-pylint
78+
rev: v2.6.0
79+
hooks:
80+
- id: pylint
81+
args:
82+
- --max-line-length=11080
83+
files: \.py$

kibble/api/yaml/kibble.yaml.tmp

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
accounts:
2+
allowSignup: true
3+
verify: true
4+
api:
5+
database: 2
6+
version: 0.1.0
7+
elasticsearch:
8+
dbname: kibble
9+
host: elasticsearch
10+
port: 9200
11+
ssl: false
12+
mail:
13+
mailhost: localhost
14+
mailport: 25
15+
sender: Kibble <[email protected]>

0 commit comments

Comments
 (0)