Skip to content

Commit cbb0909

Browse files
sfc-gh-stakedasfc-gh-abhatnagar
authored andcommitted
SNOW-132325 flake8 ignore parameters.py as some Jenkins jobs might dump their own dirty version of it
1 parent 0eec727 commit cbb0909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ universal = 1
33

44
[flake8]
55
ignore=F821,W504,E501,E402,E122,E127,E126,E128,E131,E731,E125,E722
6-
exclude=build,setup,tool,.tox,connector_python3
6+
exclude=build,setup,tool,.tox,connector_python3,parameters.py
77
max-line-length = 120
88
show-source = true

0 commit comments

Comments
 (0)