9797 hooks :
9898 - id : nbqa-flake8
9999 args :
100- - --ignore=E501,E712,W291,F632,E203,F821,F403,W391,F401,VNE001,VNE002,VNE003,N816,FNE008
100+ - --ignore=E501,E712,W291,F632,E203,F821,F403,W391,F401,VNE001,VNE002,VNE003,N816,FNE008,E731,E741,F811
101101 - --exclude=.*,__init__.py
102102 name : nbqa-flake8
103103 description : Run 'flake8' on a Jupyter Notebook
@@ -115,7 +115,7 @@ repos:
115115 hooks :
116116 - id : flake8
117117 args :
118- - --ignore=E501,E712,W291,F632,E203,F821,F403,W391,F401,VNE001,VNE002,VNE003,N816,FNE008
118+ - --ignore=E501,E712,W291,F632,E203,F821,F403,W391,F401,VNE001,VNE002,VNE003,N816,FNE008,F811
119119 - --exclude=.*,__init__.py
120120 additional_dependencies :
121121 - flake8-variables-names
@@ -220,7 +220,7 @@ repos:
220220 - --ignore=no_check*,__init__.py
221221 - --max-line-length=120
222222 - --const-naming-style=any
223- - --disable=E0401,W0104,R0903,R1721,E1101,E0611,F0002,C0305,C0303,E2515
223+ - --disable=E0401,W0104,R0903,R1721,E1101,E0611,F0002,C0305,C0303,E2515,C3001,C0121,E0602,C0209
224224
225225
226226 - repo : https://github.com/pylint-dev/pylint
@@ -251,6 +251,8 @@ repos:
251251 require_serial : true
252252 types_or : [jupyter, markdown]
253253 additional_dependencies : [pydocstyle]
254+ args :
255+ - --ignore=D100,D101,D102,D103,D105,D107,D400,D401,D415,D205,D209,D213
254256 # - repo: https://github.com/christophmeissner/pytest-pre-commit
255257 # rev: 1.0.0
256258 # hooks:
0 commit comments