File tree Expand file tree Collapse file tree 8 files changed +37
-37
lines changed
Expand file tree Collapse file tree 8 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 11name : bandit
22
33on :
4+ push :
5+ branches-ignore : [main]
46 pull_request :
57 branches : [main]
68
Original file line number Diff line number Diff line change 11name : black
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches-ignore : [main]
6+ pull_request :
7+ branches : [main]
48
59permissions :
610 contents : read
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name : flake8
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches-ignore : [main]
6+ pull_request :
7+ branches : [main]
48
59permissions :
610 contents : read
Original file line number Diff line number Diff line change 11name : isort
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches-ignore : [main]
6+ pull_request :
7+ branches : [main]
48
59permissions :
610 contents : read
Original file line number Diff line number Diff line change 11name : mypy
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches-ignore : [main]
6+ pull_request :
7+ branches : [main]
48
59permissions :
610 contents : read
Original file line number Diff line number Diff line change 11name : pylint
22
3- on : [push]
3+ on :
4+ push :
5+ branches-ignore : [main]
6+ pull_request :
7+ branches : [main]
48
59permissions :
610 contents : read
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+
3+ <!DOCTYPE suppressions PUBLIC
4+ "-//Puppy Crawl//DTD Suppressions 1.0//EN"
5+ "http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
6+
7+ <suppressions >
8+ <suppress checks =" LeftCurly" files =" ." />
9+ <suppress checks =" LineLength" files =" ." />
10+ </suppressions >
You can’t perform that action at this time.
0 commit comments