Skip to content

Commit 8b87658

Browse files
committed
Updated files with repo_helper.
1 parent f15c1ac commit 8b87658

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.pre-commit-config.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,19 @@ repos:
2828
rev: v1.5.1
2929
hooks:
3030
- id: pyupgrade
31+
args: [--py36-plus]
32+
33+
- repo: https://github.com/asottile/add-trailing-comma
34+
rev: v2.0.1
35+
hooks:
36+
- id: add-trailing-comma
37+
38+
- repo: https://gitlab.com/pycqa/flake8
39+
rev: 3.8.2
40+
hooks:
41+
- id: flake8
42+
43+
- repo: https://github.com/pycqa/bandit
44+
rev: 1.6.2
45+
hooks:
46+
- id: bandit

0 commit comments

Comments
 (0)