cyyeh commited on
Commit
6882bb0
·
1 Parent(s): 7f3e253
Files changed (1) hide show
  1. .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml CHANGED
@@ -19,7 +19,7 @@ repos:
19
  name: flake8
20
  stages: [commit]
21
  language: system
22
- entry: pipenv run flake8
23
  types: [python]
24
  exclude: setup.py|pyvis
25
 
 
19
  name: flake8
20
  stages: [commit]
21
  language: system
22
+ entry: pipenv run flake8 py_code_analyzer
23
  types: [python]
24
  exclude: setup.py|pyvis
25